Skip to content

v1.0.22

Compare
Choose a tag to compare
@josephmancuso josephmancuso released this 05 Feb 05:19
· 518 commits to 1.0 since this release

Change Log

Fixed

  • Fixed issue where sqlite exception would throw if python package does not have the sqlite extension added in the distribution
  • Fixed issue where MySQL .change() in migrations would throw a syntax error

Added

  • Added get_dirty_keys() to models

Changed

  • MySQL schema now uses the column escape syntax ("column") when building schema chanes
  • big_increments now defaults to setting the column as a primary key