- 🐛 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