Files
drizzle-team--drizzle-orm/changelogs/drizzle-orm/0.23.6.md
T
2026-07-13 12:10:05 +08:00

7 lines
375 B
Markdown

- 🐛 Fixed referencing the selected aliased field in the same query
- 🐛 Fixed decimal column data type in MySQL
- 🐛 Fixed mode autocompletion for integer column in SQLite
- 🐛 Fixed extra parentheses in the generated SQL for the `IN` operator (#382)
- 🐛 Fixed regression in `pgEnum.enumValues` type (#358)
- 🎉 Allowed readonly arrays to be passed to `pgEnum`