Knex v1.0.2 Release Notes

Release Date: 2022-02-02 // about 2 years ago
  • ๐Ÿ†• New features:

    • ๐Ÿ‘Œ Support of MATERIALIZED and NOT MATERIALIZED with WITH/CTE #4940
    • โž• Add raw support in onConflict clause #4960
    • Alter nullable constraint when alterNullable is set to true #4730
    • โž• Add alterType parameter for alter function #4967
    • ๐Ÿ‘Œ Support string json in json values #4988
    • MySQL: add with clause #4508

    ๐Ÿ› Bug fixes:

    • ๐Ÿ›  Fix error message for missing migration files #4937
    • โšก๏ธ Move deferrable to after on update/on delete #4976
    • Do not use sys.tables to find if a table exists #2328
    • PostgreSQL: Fix Order nulls #4989
    • MySQL: Fix collation when renaming column #2666
    • ๐Ÿ‘ SQLite: Same boolean handling in better-sqlite3 as in sqlite3 #4982

    Typings:

    • WhereILike - fix typo #4941