Skip to content
This repository has been archived by the owner on Nov 6, 2024. It is now read-only.

0.19.12

Compare
Choose a tag to compare
@AndriiSherman AndriiSherman released this 26 Jul 15:20
· 2 commits to master since this release
edfae9e
  • πŸ› 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 the AUTOINCREMENT 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