- 🐛 SQLite
push
changes were triggered if there is an{ autoincrement: true }
field in a schema. This was caused by SQLite not storing proper information about theAUTOINCREMENT
property for the column. In this release, it should treat it as expected. - 🐛 The SQLite
introspect
command was generating incorrect defaults for expressions in the output schema. - 🐛 As long as SQLite creates indexes for primary keys by default, those were not filtered in the push command. In this release, we will ignore such indexes.
- 🐛 Fixed MySQL - Introspect not importing int