| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| 3.2.9 source code.tar.gz | 2026-04-03 | 781.4 kB | |
| 3.2.9 source code.zip | 2026-04-03 | 1.0 MB | |
| README.md | 2026-04-03 | 872 Bytes | |
| Totals: 3 Items | 1.8 MB | 0 | |
What's Changed
- fix(sqlite): append RETURNING statement when insert empty row by @ylc395 in https://github.com/knex/knex/pull/5471
- fix(postgres): escape double quotes in searchPath to prevent SQL injection by @OlivierCavadenti in https://github.com/knex/knex/pull/6411
- fix: support DELETE... LIMIT in dialects that support it (mysql), but continue to disallow ones that don't by @erulabs in https://github.com/knex/knex/pull/6429
- fix: add type support for Array<Buffer> which is supported in code but not in types. Add test to cover as well by @erulabs in https://github.com/knex/knex/pull/6428
New Contributors
- @ylc395 made their first contribution in https://github.com/knex/knex/pull/5471
- @erulabs made their first contribution in https://github.com/knex/knex/pull/6429
Full Changelog: https://github.com/knex/knex/compare/3.2.8...3.2.9