googleapis / googleapis/google-cloud-go
spanner: spansql.ParseDLL gives error got "GENERATED", want ")" or ","
Open
api: spanner
triage me
- Dominant language
- Go
- Stars
- 4.5k
- Forks
- 1.6k
- Avg merge
- 1d 13h
- Merged PRs (30d)
- 109
Description
## 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 ","
Contributor guide
Assessment
This issue has not been assessed yet.