5.3.0
What's Changed
- build(deps-dev): bump @babel/register from 7.23.7 to 7.24.6 by @dependabot in #1918
- fix: support if exists in drop table stmt in pg by @taozhi8833998 in #1934
- fix: between star column, support bracket in function args by @taozhi8833998 in #1940
- refactor: update function name and args type by @taozhi8833998 in #1945
- fix: reference table bug in sqlite by @taozhi8833998 in #1954
- refactor: change or_replace to replace field and fix npm run build error by @taozhi8833998 in #1955
- feat: support check constraints in sqlite by @taozhi8833998 in #1959
- feat: support alter table rename column in sqlite by @taozhi8833998 in #1960
- fix: column should not include keywords in sqlite by @taozhi8833998 in #1963
- fix: ilike operator in pg by @taozhi8833998 in #1965
- feat: support with rollup in mysql by @taozhi8833998 in #1966
- Support Column "as" to be ValueExpr by @shgotlib in #1969
- feat: support check constraints in pg by @taozhi8833998 in #1968
- Additional support for Snowflake queries. by @create-new-entity in #1948
- Feat snowflake by @taozhi8833998 in #1971
- refactor: update type definition by @taozhi8833998 in #1973
- build(deps-dev): bump @babel/core from 7.24.6 to 7.24.7 by @dependabot in #1939
- build(deps-dev): bump @babel/preset-env from 7.24.6 to 7.24.7 by @dependabot in #1938
- feat: support top clause and fix multiple union all in snowflake by @taozhi8833998 in #1977
- fix: character set quoted ident by @taozhi8833998 in #1981
- feat: support select into and temporary table in tsql by @taozhi8833998 in #1983
- build(deps-dev): bump @babel/cli from 7.24.6 to 7.24.7 by @dependabot in #1937
- build(deps-dev): bump mocha and @types/mocha by @dependabot in #1982
- refactor: upgrade version by @taozhi8833998 in #1986
- build(deps-dev): bump mocha from 10.5.2 to 10.6.0 by @dependabot in #1989
- Change the type definition of
Cast.expr
fromExpr
toExpressionValue
by @LYP951018 in #1987 - fix: collate in mysql by @taozhi8833998 in #1994
- feat: support from unnest in athena by @taozhi8833998 in #1999
- feat: support explain stmt in mysql by @taozhi8833998 in #2001
- feat: support data type array in pg by @taozhi8833998 in #2006
- fix: binary expr as fun args in pg by @taozhi8833998 in #2008
- feat: support generator table rows in snowflake by @taozhi8833998 in #2010
- feat: support unpivot funtion in snowflake by @taozhi8833998 in #2015
- add if exists and only before alter table in pg by @taozhi8833998 in #2011
- Feat jsonb operator pg by @taozhi8833998 in #2017
- build(deps-dev): bump @babel/core from 7.24.7 to 7.24.9 by @dependabot in #2014
- refactor: support create type range and columns in pg by @taozhi8833998 in #2019
- refactor: default expr in all dialects by @taozhi8833998 in #2021
- feat: support * exclude columns in snowflake by @taozhi8833998 in #2026
- fix: type definition by @taozhi8833998 in #2029
- refactor: change sqlite identify from bracket to double quotation / support double equal symbol and subquery by @taozhi8833998 in #2030
- fix: create or replace view in snowflake by @taozhi8833998 in #2034
New Contributors
- @shgotlib made their first contribution in #1969
- @LYP951018 made their first contribution in #1987
Full Changelog: 5.2.0...5.3.0