Knex v0.14.3 Release Notes

Release Date: 2018-02-08 // about 6 years ago
  • ๐Ÿ› Bug fixes:

    • ๐Ÿ‘‰ Use tarn as pool instead of generic-pool which has been given various problems #2450
    • ๐Ÿ›  Fixed mysql issue where add columns failed if using both after and collate #2432
    • ๐Ÿ“œ CLI sets exit-code 1 if the command supplied was not parseable #2358
    • Set toNative() to be not enumerable #2388
    • ๐Ÿ›  Use wrapIdentifier in columnInfo. fixes #2402 #2405
    • ๐Ÿ›  Fixed a bug when using .returning (OUTPUT) in an update query with joins in MSSQL #2399
    • ๐Ÿ‘ Better error message when running migrations fail before even starting run migrations #2373
    • Read oracle's UV_THREADPOOL_SIZE env variable correctly #2372
    • โž• Added decimal variable precision / scale support #2353

    ๐Ÿ†• New Features:

    • โž• Added queryContext to schema and query builders #2314
    • โž• Added redshift dialect #2233
    • โž• Added warning when one uses .createTableIfNotExist and deprecated it from docs #2458

    โœ… Test / internal changes:

    • โšก๏ธ Update dependencies and fix ESLint warnings accordingly #2433
    • โœ… Disable oracledb tests from non LTS nodes #2407
    • โšก๏ธ Update dependencies #2422