Knex v0.14.5 Release Notes

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

    • ๐Ÿ›  Fix wrapping returning column on oracledb #2554

    ๐Ÿ†• New Features:

    • ๐Ÿ‘Œ Support passing DB schema name for migrations #2499 #2559
    • โž• add clearOrder method #2360 #2553
    • โž• Added knexTxId to query events and debug calls #2476
    • ๐Ÿ‘Œ Support multi-column whereIn with query #1390
    • โž• Added error if chaining update/insert/etc with first() #2506
    • Checks for an empty, undefined or null object on transacting #2494
    • countDistinct with multiple columns #2449

    โœ… Test / internal changes:

    • โž• Added npm run test:oracledb command that runs oracledb tests in docker #2491
    • ๐Ÿณ Runnin mssql tests in docker #2496
    • โšก๏ธ Update dependencies #2561