What's Changed
- refactor: support function calls in column defaults for pg by @taozhi8833998 in #2417
- fix: additive expr in column for snowflake by @taozhi8833998 in #2419
- fix: alter table owner to in pg by @taozhi8833998 in #2420
- fix: fetch offset in db2 by @taozhi8833998 in #2421
- feat: support transaction stmt in mysql by @taozhi8833998 in #2423
- feat: support alter sequence in pg by @taozhi8833998 in #2429
- feat(postgres): support delete returning queries by @mnahkies in #2427
- feat(sqlite): support returning on insert, update and delete by @mnahkies in #2428
- fix(snowflake): support try_cast by @cmlee-accelins in #2436
- feat: add returning stmt to type definition by @taozhi8833998 in #2437
- fix: fix case when expr in db by @taozhi8833998 in #2442
- build(deps-dev): bump @babel/core from 7.26.10 to 7.27.4 by @dependabot in #2443
- feat: add ntext data type in tsql by @taozhi8833998 in #2446
- fix: keep last zero when parseFloat in all db by @taozhi8833998 in #2448
- fix: support insert or action in sqlite by @taozhi8833998 in #2450
- refactor: upgrade version by @taozhi8833998 in #2451
New Contributors
- @mnahkies made their first contribution in #2427
- @cmlee-accelins made their first contribution in #2436
Full Changelog: 5.3.9...5.3.10