daichirata / hammer

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

Fix the comparison of ColumnDef #11

Closed daichirata closed 4 years ago

daichirata commented 4 years ago

The structure of ColumnDef can now include the position information. Therefore, the comparison of ColumnDef failed and an inaccurate difference was output.

So, I changed it to reset the position information when comparing.