Back to Drizzle Orm

0.32.1

changelogs/drizzle-orm/0.32.1.md

0.45.2498 B
Original Source
  • 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!