Skip to content

0.32.1

Compare
Choose a tag to compare
@github-actions github-actions released this 23 Jul 14:42
· 304 commits to main since this release
55231b0
  • Fix typings for indexes and allow creating indexes on 3+ columns mixing columns and expressions - thanks @lbguilherme!
  • Added support for "limit 0" in all dialects - closes #2011 - thanks @sillvva!
  • Make inArray and notInArray accept empty list, closes #1295 - thanks @RemiPeruto!
  • fix typo in lt typedoc - thanks @dalechyn!
  • fix wrong example in README.md - thanks @7flash!