5.3.11
What's Changed
- feat: add boolean type in athena by @taozhi8833998 in #2456
- feat: support comment on extension in pg by @taozhi8833998 in #2457
- fix(types): add expr to DataType by @LestevMisha in #2460
- feat: support load data in mysql by @taozhi8833998 in #2459
- Fix typings for LiteralNull: allow "null" as value (Fix #2468) by @LestevMisha in #2469
- fix: snowflake double quote escape by @danedmunds in #2465
- fix(types) add order_by to ColumnRefItem by @LestevMisha in #2470
- fix: contant string with case sensitive in all db by @taozhi8833998 in #2467
- fix: update set item support full expr in all db by @taozhi8833998 in #2472
- Fix table name by @taozhi8833998 in #2478
- fix: keyword as database and table name in mysql by @taozhi8833998 in #2481
- fix: add literal string column to columnList in all db by @taozhi8833998 in #2484
- feat: support text array type in pg by @taozhi8833998 in #2485
- fix: quoted column name in sqlite by @taozhi8833998 in #2488
- fix: over partition sqlify failed by @taozhi8833998 in #2490
- feat(sqlite): support ESCAPE in LIKE expressions by @sgress454 in #2496
- fix: interval expr with parentheses in all db by @taozhi8833998 in #2497
- fix: multiple joins in mysql and mariadb by @taozhi8833998 in #2503
- feat: support arithmetic with in expr by @taozhi8833998 in #2504
- fix: with cte recursive in all db by @taozhi8833998 in #2507
- feat: support with cte values in all db by @taozhi8833998 in #2508
- fix: xor operator in mysql and mariadb by @taozhi8833998 in #2511
- feat: support network address type in pg by @taozhi8833998 in #2513
- feat: support accentuated identifiers as column in all db by @taozhi8833998 in #2515
- Export AST node types for accurate type guards by @LestevMisha in #2473
- fix: improve types for
CREATE INDEXby @nolanlawson in #2519 - refactor: upgrade version by @taozhi8833998 in #2521
New Contributors
- @LestevMisha made their first contribution in #2460
- @danedmunds made their first contribution in #2465
- @sgress454 made their first contribution in #2496
- @nolanlawson made their first contribution in #2519
Full Changelog: 5.3.10...5.3.11