What's Changed
- fix(sqlite): append RETURNING statement when insert empty row by @ylc395 in #5471
- fix(postgres): escape double quotes in searchPath to prevent SQL injection by @OlivierCavadenti in #6411
- fix: support DELETE... LIMIT in dialects that support it (mysql), but continue to disallow ones that don't by @erulabs in #6429
- fix: add type support for Array which is supported in code but not in types. Add test to cover as well by @erulabs in #6428
New Contributors
Full Changelog: 3.2.8...3.2.9