Skip to content

Releases: SimpleContacts/mysql-simulator

v1.8.2

Choose a tag to compare

@nvie nvie released this 27 May 09:09
  • Fix a bug where the datatype of a column may change after CONVERT TO

v1.8.1

Choose a tag to compare

@nvie nvie released this 24 May 14:15
  • Support printing foreign keys last in serialized output
  • Add --foreign-keys-last CLI flag

v1.8.0

Choose a tag to compare

@nvie nvie released this 24 May 09:53
  • Support sequence ranges in migration filename format, e.g. 001-012_range_of_migrations.sql
  • Expose getMigrations() API publicly, which returns the parsed migration info from these filenames

v1.7.1

Choose a tag to compare

@nvie nvie released this 22 May 14:31
  • Fix bug where timestamp columns may sometimes not get serialized correctly

v1.7.0

Choose a tag to compare

@nvie nvie released this 21 May 11:42
  • Add full support for CHARACTER SET and COLLATE
  • Add support for ON DELETE clause in foreign key definitions

v1.6.0

Choose a tag to compare

@nvie nvie released this 25 Jan 15:12
  • Add support for RENAME INDEX

v1.5.1

Choose a tag to compare

@nvie nvie released this 11 Sep 11:27
  • Upgraded to Flow 0.133.0

v1.5.0

Choose a tag to compare

@nvie nvie released this 06 Feb 08:22
  • Removed --limit and --step command line flags
  • Add --as-rol-schema command line flag, which can output the table dump in Rule of Law compatible schema format

v1.4.1

Choose a tag to compare

@nvie nvie released this 01 Feb 13:01

v1.4.0

Choose a tag to compare

@nvie nvie released this 21 Jan 08:41
  • Add support for LIKE, REGEXP, and RLIKE in conditions