We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When I tried to create a table as per the readme, I could not do it due to an encoding error in the comment section.
When I erased the comments and ran it again, it worked fine. Is there something wrong with my settings or need to fix cooment or readme?
$ gcloud spanner databases ddl update {db-name} --instance={instance-name} --ddl-file=schemas/single_table.sql ERROR: (gcloud.spanner.databases.ddl.update) INVALID_ARGUMENT: Error parsing Spanner DDL statement: /*\nCopyright 2022 Google LLC\n\nLicensed under the Apache License, Version 2.0 (the \"License\") : Syntax error on line 1, column 1: Encountered \'/\' while parsing: ddl_statement - '@type': type.googleapis.com/google.rpc.LocalizedMessage locale: en-US message: |- Error parsing Spanner DDL statement: /* Copyright 2022 Google LLC Licensed under the Apache License, Version 2.0 (the "License") : Syntax error on line 1, column 1: Encountered '/' while parsing: ddl_statement
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When I tried to create a table as per the readme, I could not do it due to an encoding error in the comment section.
When I erased the comments and ran it again, it worked fine.
Is there something wrong with my settings or need to fix cooment or readme?
The text was updated successfully, but these errors were encountered: