Skip to content
New issue

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

spanner: spansql.ParseDL gives error got "GENERATED", want ")" or "," #11442

Open
geerttouquet opened this issue Jan 13, 2025 · 0 comments
Open
Assignees
Labels
api: spanner Issues related to the Spanner API. triage me I really want to be triaged.

Comments

@geerttouquet
Copy link

Client

spansql

Environment

go program

Code and Dependencies

you can create on spanner following table
create table validPatientsWithSameIdentifier
(
id int64 not null GENERATED BY DEFAULT AS IDENTITY (BIT_REVERSED_POSITIVE) ,
patientId STRING(2621440) not null
) PRIMARY KEY (id);

spansql.ParseDDL gives following error

got "GENERATED", want ")" or ","

@geerttouquet geerttouquet added the triage me I really want to be triaged. label Jan 13, 2025
@quartzmo quartzmo changed the title sqansql.ParseDL gives erorr got "GENERATED", want ")" or "," spanner: spansql.ParseDL gives error got "GENERATED", want ")" or "," Jan 13, 2025
@quartzmo quartzmo added the api: spanner Issues related to the Spanner API. label Jan 13, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: spanner Issues related to the Spanner API. triage me I really want to be triaged.
Projects
None yet
Development

No branches or pull requests

3 participants