This PR changes to allow SQL containing unsupported DDL.
Currently, any DDL other than CREATE TABLE, CREATE INDEX, and ALTER TABLE are not allowed, but other DDL in Cloud Spanner such as CREATE CHANGE STREAM should be allowed.
As the memefish has supported the statement (https://github.com/cloudspannerecosystem/memefish/pull/58), this PR upgrades the library and follows some changes.
This PR changes to allow SQL containing unsupported DDL. Currently, any DDL other than
CREATE TABLE
,CREATE INDEX
, andALTER TABLE
are not allowed, but other DDL in Cloud Spanner such asCREATE CHANGE STREAM
should be allowed. As the memefish has supported the statement (https://github.com/cloudspannerecosystem/memefish/pull/58), this PR upgrades the library and follows some changes.