We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85e020c commit 2aa7eefCopy full SHA for 2aa7eef
spanner/spanner.php
@@ -617,7 +617,7 @@
617
->setDefinition($inputDefinition)
618
->setDescription('Queries sample data using SQL with query options.')
619
->setCode(function ($input, $output) {
620
- query_data_with_timestamp_parameter(
+ query_data_with_query_options(
621
$input->getArgument('instance_id'),
622
$input->getArgument('database_id')
623
);
@@ -629,7 +629,7 @@
629
630
->setDescription('Create a client with query options.')
631
632
+ create_client_with_query_options(
633
634
635
0 commit comments