daichirata / hammer

🛠 hammer is a command-line tool to schema management for Google Cloud Spanner.
MIT License
84 stars 25 forks source link

Add ignore-change-streams flag #42

Closed daichirata closed 2 years ago

daichirata commented 2 years ago

The library called spansql used by hammer cannot parse change streams definitions, so I added a flag to ignore DDL starting with CREATE CHANGE STREAM.

The default value of the flag is set to false, as we would like to support change streams in the future.

related #41