5.3.3
What's Changed
- fix: limit as keyword in snowflake by @taozhi8833998 in #2095
- feat: support start transaction in pg by @taozhi8833998 in #2097
- fix: text data type can have length setting in mysql by @taozhi8833998 in #2100
- fix: over partition clause after func call in snowflake by @taozhi8833998 in #2102
- fix: convert function to signed in mysql by @taozhi8833998 in #2103
- fix: convert function and as chinese chars in transactsql by @taozhi8833998 in #2106
- fix: create table as table defintion could be optional in pg by @taozhi8833998 in #2108
- refactor: add loc property to func_call in all dialects by @taozhi8833998 in #2109
- fix: reserved keyword as column name in postgresql by @taozhi8833998 in #2112
- feat: support position function in redshift by @taozhi8833998 in #2114
- refactor: add mediumint in pg by @taozhi8833998 in #2116
- build(deps-dev): bump @types/mocha from 10.0.7 to 10.0.8 by @dependabot in #2115
- build(deps-dev): bump eslint-plugin-import from 2.29.1 to 2.30.0 by @dependabot in #2096
- feat: support with clause in create table stmt for flink by @taozhi8833998 in #2122
- fix: limit as keyword in snowflake by @taozhi8833998 in #2125
- fix: convert function with expr in mysql by @taozhi8833998 in #2127
- build(deps-dev): bump babel-loader from 8.3.0 to 8.4.1 by @dependabot in #2121
- feat: support comment on in pg by @taozhi8833998 in #2130
- fix: add _next field to Select interface by @taozhi8833998 in #2135
- fix: distinct on jsonb expr in pg by @taozhi8833998 in #2136
- refactor: support return stmt sql body in create function in pg by @taozhi8833998 in #2138
- build(deps-dev): bump elliptic from 6.5.5 to 6.5.7 by @dependabot in #2092
- build(deps-dev): bump @babel/preset-env from 7.25.3 to 7.25.4 by @dependabot in #2076
- Support 'mod' operator for mysql/mariadb by @TonyGravagno in #2147
- feat: support mod operator in mysql by @taozhi8833998 in #2156
- Make Binary expression type def more flexible by @TrevorBurnham in #2158
- refactor: add schema and server name in tableList by @taozhi8833998 in #2161
- feat: support named params for tumble function in flinksql by @taozhi8833998 in #2164
- feat: support bit data type in mysql by @taozhi8833998 in #2168
- refactor: Insert_Replace values chould be Select type by @taozhi8833998 in #2169
- fix: except op in noql by @taozhi8833998 in #2170
- refactor: add more test cases for sqlite by @taozhi8833998 in #2171
New Contributors
- @TonyGravagno made their first contribution in #2147
- @TrevorBurnham made their first contribution in #2158
Full Changelog: 5.3.2...5.3.3