daichirata / hammer

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

Fix case-sensitive table and column names #63

Closed uji closed 2 months ago

uji commented 3 months ago

Fix: https://github.com/daichirata/hammer/issues/62

Case differences in table and column naming are no longer treated as differences.

daichirata commented 2 months ago

Sorry for the delay in reflecting this. Thanks for the fix!