Releases: knex/knex-schema-inspector
Releases · knex/knex-schema-inspector
v3.0.0
What's Changed
- Remove trailing space for CURRENT_TIMESTAMP default value in Oracle by @licitdev in #129
- Update dependencies by @rijkvanzanten in #130
- [BREAKING]
tedious
was updated to v15, which changes some default behavior when using MS SQL. See https://github.com/tediousjs/tedious/releases/tag/v15.0.0 for more information
Full Changelog: v2.0.4...v3.0.0
v2.0.3
v2.0.2
Full Changelog: v2.0.1...v2.0.2
v2.0.1
What's Changed
- Strip quotes in MySQL dialect for MariaDB by @aidenfoxx in #122
Full Changelog: v2.0.0...v2.0.1
v2.0.0
Breaking Changes
- Now requires
knex@2
or newer - Default values are returned as strings
What's Changed
- Add support for mysql2 client by @chhpt in #101
- Bump node-fetch from 2.6.1 to 2.6.7 by @dependabot in #99
- Bump follow-redirects from 1.13.3 to 1.14.8 by @dependabot in #98
- Added extra where clause to obtain postgres primary key by @martijnboland in #107
- Bump async from 2.6.3 to 2.6.4 by @dependabot in #110
- Bump sqlite3 from 5.0.2 to 5.0.3 by @dependabot in #111
- Use older Oracle optimizer for faster first exeution by @aidenfoxx in #108
- Added back NO_QUERY_TRANSFORMATION to Oracle by @aidenfoxx in #115
- Bump ansi-regex from 3.0.0 to 3.0.1 by @dependabot in #114
- Bump glob-parent from 5.1.1 to 5.1.2 by @dependabot in #113
- Bump path-parse from 1.0.6 to 1.0.7 by @dependabot in #112
- Correctly convert null defaults by @aidenfoxx in #117
- Bump dependencies by @rijkvanzanten in #121
New Contributors
- @chhpt made their first contribution in #101
- @martijnboland made their first contribution in #107
Full Changelog: v1.7.5...v2.0.0