Knex v0.7.0 Release Notes

Release Date: 2014-10-01 // over 9 years ago
  • ๐Ÿ†• New Features:

    • ๐Ÿ‘ Oracle support, #419
    • ๐Ÿ‘€ Database seed file support, #391
    • ๐Ÿ‘Œ Improved support for sub-raw queries within raw statements

    ๐Ÿ’ฅ Breaking Changes:

    • 0๏ธโƒฃ "collate nocase" no longer used by default in sqlite3 #396

    Other Changes:

    • โฌ†๏ธ Bumping Bluebird to 2.x
    • ๐Ÿ‘ Transactions in websql are now a no-op (unsupported) #375
    • ๐Ÿ‘Œ Improved test suite
    • knex.fn namespace as function helper (knex.fn.now), #372
    • ๐Ÿ‘ Better handling of disconnect errors
    • ๐Ÿ‘Œ Support for offset without limit, #446
    • Chainable first method for mysql schema, #406
    • ๐Ÿ‘Œ Support for empty array in whereIn
    • Create/drop schema for postgres, #511
    • 0๏ธโƒฃ Inserting multiple rows with default values, #468
    • Join columns are optional for cross-join, #508
    • Flag for creating jsonb columns in Postgresql, #500