daichirata / hammer

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

update cloud.google.com/go/spanner to v1.36.0 #39

Closed neglect-yp closed 2 years ago

neglect-yp commented 2 years ago

ref: https://github.com/daichirata/hammer/issues/38

This PR updates cloud.google.com/go/spanner to v1.36.0 to add support for IF and IFNULL expressions.

Note: NULLIF and COALESCE expressions are not supported in this version.

daichirata commented 2 years ago

Merged. Thank you!