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