Skip to content

0.23.1

Latest
Compare
Choose a tag to compare
@AndriiSherman AndriiSherman released this 30 Jul 10:28
edfae9e
  • Fixed an issue with pushing SQLite tables with foreign keys defined using custom names. Previously, such tables were always recreated on each push. In this release, the foreign key name will not affect the detection of differences between the code schema and the database schema. This is because SQLite cannot have foreign key constraint names specified in a DDL create table query, so they should not be used in the diff process

  • When dropping a column from an SQLite table, there was an issue with accessing the primary key of an undefined column

  • Fixed issues with sequences, #504, #2643