Skip to content

v0.14.0

Compare
Choose a tag to compare
@lyschoening lyschoening released this 24 Feb 15:42
· 33 commits to master since this release

Features

  • Improve debug error messages on IntegrityError in SQLAlchemy

Bugfixes

  • Fix IntegrityError in SQLAlchemy on update, delete not being handled properly

  • Use ID column for stable sort defaults in SQLAlchemy

    This resolves issues with pagination when sorting by a non-unique column.