googleapis / googleapis/google-cloud-go

spanner: spansql.ParseDLL gives error got "GENERATED", want ")" or ","

Open
#11,442 2 comments 0 reactions 1 assignee Assigned to @rahul2393 View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.