Knex v0.7.4 Release Notes

Release Date: 2015-02-25 // about 9 years ago
    • ๐Ÿ›  Fix incorrect order of query parameters when using subqueries, #704
    • Properly handle limit 0, (#655)
    • Apply promise args from then instead of explicitly passing.
    • Respect union parameter as last argument (#660).
    • โž• Added sqlite3 dialect version of whereRaw/andWhereRaw (#477).
    • ๐Ÿ›  Fix SQLite dropColumn doesn't work for last column (#544).
    • โž• Add POSIX operator support for Postgres (#562)
    • ๐Ÿ‘€ Sample seed files now correctly (#391)