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 : support for sql of change stream for cloudspanner #6641

Closed
geerttouquet opened this issue Sep 9, 2022 · 0 comments · Fixed by #6669
Closed

spanner/spansql : support for sql of change stream for cloudspanner #6641

geerttouquet opened this issue Sep 9, 2022 · 0 comments · Fixed by #6669
Assignees
Labels
api: spanner Issues related to the Spanner API. triage me I really want to be triaged.

Comments

@geerttouquet
Copy link

Client

golang spansql v1.38.0

Environment

golang

Go Environment

$ go version go version go1.16.9 windows/amd64

Code

spansql.ParseDDL("filename", CREATE CHANGE STREAM datastream_ALL FOR ALL;)
this gives following error
ParseDDL("CREATE CHANGE STREAM datastream_ALL\n FOR ALL;"): filename:1.0: unknown DDL statement

more information of ddl
https://cloud.google.com/spanner/docs/change-streams/manage

@geerttouquet geerttouquet added the triage me I really want to be triaged. label Sep 9, 2022
@codyoss codyoss changed the title golang spansql : support for sql of change stream for cloudspanner spanner/spansql : support for sql of change stream for cloudspanner Sep 9, 2022
@codyoss codyoss added the api: spanner Issues related to the Spanner API. label Sep 9, 2022
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
3 participants