2025-12-13
What's Changed
- Add support for comma-separated tables in CROSS JOIN ... USING/ON syntax to close #130
- Add support for INSERT INTO table SET col = val syntax to close #136
- Add support for INSERT IGNORE syntax to close #143
- Add parser support for ON DELETE and ON UPDATE CASCADE to close #897
- Fix async callback for XLSX export to close #107
- Fix negative numbers in JSON contexts to close #475
- Fix joinstar options for inline data to closer #1004
- Fix SELECT for columns from JOINed inline data to close #1985
- Fix UPDATE on tables with PK when data is directly assigned to close #1989
- Fix TypeScript type resolution to close #2317
Full Changelog: v4.11.0...v4.12.0