What's Changed
- Support ROW expressions in trino by @SamBove in #2561
- fix: Support string concatenation in LIKE expressions by @sgress454 in #2552
- feat: support or and expr in aggr function args by @taozhi8833998 in #2567
- feat: add show stmt whitelist check in mysql by @taozhi8833998 in #2568
- fix: custom type support schema prefix in pg by @taozhi8833998 in #2571
- feat: add bit data type in pg by @taozhi8833998 in #2574
- fix: insert into values clause can be union stmt by @taozhi8833998 in #2575
- fix: add create temp table stmt in pg by @taozhi8833998 in #2576
- fix: build error when missing insert_value_clause types in pg by @taozhi8833998 in #2580
- refactor: update type definition by @taozhi8833998 in #2581
- feat: add money data type in pg by @taozhi8833998 in #2590
New Contributors
Full Changelog: 5.3.12...5.3.13