What's Changed
- refactor: upgrade version by @taozhi8833998 in #2172
- feat: support create table option in sqlite by @taozhi8833998 in #2173
- feat: support create index in sqlite by @taozhi8833998 in #2174
- fix: column name can start with digit in mysql by @taozhi8833998 in #2175
- refactor: add type alias for backward-compatible by @taozhi8833998 in #2176
- refactor: add more type definition by @taozhi8833998 in #2178
- build(deps-dev): bump @babel/preset-env from 7.25.4 to 7.25.8 by @dependabot in #2167
- build(deps-dev): bump @babel/core from 7.25.2 to 7.25.8 by @dependabot in #2166
- build(deps-dev): bump @types/mocha from 10.0.8 to 10.0.9 by @dependabot in #2160
- build(deps-dev): bump browserify from 17.0.0 to 17.0.1 by @dependabot in #2154
- build(deps-dev): bump @babel/cli from 7.25.6 to 7.25.9 by @dependabot in #2183
- build(deps-dev): bump @babel/preset-env from 7.25.8 to 7.25.9 by @dependabot in #2182
- feat: export columns method by @taozhi8833998 in #2186
- refactor: change definer expr in mysql by @taozhi8833998 in #2195
- build(deps-dev): bump @babel/preset-env from 7.25.9 to 7.26.0 by @dependabot in #2191
- build(deps-dev): bump @babel/core from 7.25.8 to 7.26.0 by @dependabot in #2190
- feat: support at time zone in pg by @taozhi8833998 in #2205
- fix: with recursive in pg by @taozhi8833998 in #2208
- fix: not null position after generated column in mysql by @taozhi8833998 in #2209
- fix: from clause with multiple parentheses in mysql by @taozhi8833998 in #2210
- feat: support lateral derived tables in mysql by @taozhi8833998 in #2211
- feat: support set time zone in pg by @taozhi8833998 in #2213
Full Changelog: 5.3.3...5.3.4