All Versions
202
Latest Version
Avg Release Cycle
25 days
Latest Release
603 days ago

Changelog History
Page 15

  • v0.6.15 Changes

    June 14, 2014
    • โž• Added the as method for aliasing subqueries
  • v0.6.14 Changes

    June 14, 2014
    • ๐Ÿ— whereExists / whereNotExists may now take a query builder instance as well as a callback
  • v0.6.13 Changes

    June 12, 2014
    • ๐Ÿ›  Fix regression with onUpdate / onDelete in PostgreSQL, (#308).
    • โž• Add missing Promise require to knex.js, unit test for knex.destroy (#314)
  • v0.6.12 Changes

    June 10, 2014
    • ๐Ÿ›  Fix for regression with boolean default types in PostgreSQL
  • v0.6.11 Changes

    June 10, 2014
    • ๐Ÿ›  Fix for regression with queries containing multiple order by statements in sqlite3
  • v0.6.10 Changes

    June 10, 2014
    • ๐Ÿ›  Fix for big regression in memoization of column names from 0.5 -> 0.6
  • v0.6.9 Changes

    June 09, 2014
    • ๐Ÿ›  Fix for regression in specificType method
  • v0.6.8 Changes

    June 09, 2014
    • ๐Ÿ“ฆ Package.json fix for CLI
  • v0.6.7 Changes

    June 09, 2014
    • โž• Adds support for node-mysql2 library.
    • ๐Ÿ›  Bundles CLI with the knex install, various related migrate CLI fixes
  • v0.6.6 Changes

    June 09, 2014
    • console.warn rather than throw when adding foreignKeys in SQLite3.
    • โž• Add support for dropColumn in SQLite3.
    • Document raw.wrap