lib/google/cloud/spanner.rb in google-cloud-spanner-1.14.0 vs lib/google/cloud/spanner.rb in google-cloud-spanner-1.15.0

- old
+ new

@@ -122,10 +122,11 @@ Spanner::Project.new( Spanner::Service.new( project_id, credentials, host: endpoint, timeout: timeout, client_config: client_config, lib_name: lib_name, lib_version: lib_version - ) + ), + query_options: configure.query_options ) end # rubocop:enable Metrics/MethodLength,Metrics/AbcSize