Skip to content

v3.20.0

Compare
Choose a tag to compare
@mickhansen mickhansen released this 21 Mar 15:15
· 3823 commits to main since this release
  • [ADDED] rejectOnEmpty mode #272 #5480
  • [ADDED] beforeCount hook #5209
  • [ADDED] validationFailed hook #1626
  • [ADDED] Support for IEEE floating point literals in postgres and sqlite #5194
  • [FIXED] addColumn with reference in mysql #5592
  • [FIXED] findAndCountAll generates invalid SQL, subQuery moves to LEFT OUTER JOIN #5445
  • [FIXED] count methods pollute the options.includes #4191
  • [FIXED] Invalid SQL generated when using group option along with attributes #3009
  • [FIXED] Mark index as unique: true when type: 'UNIQUE'. Fixes #5351
  • [FIXED] Improper escaping of bound arrays of strings on Postgres, SQLite, and Microsoft SQL Server