Knex v2.1.0 Release Notes

Release Date: 2022-05-26 // almost 2 years ago
  • ๐Ÿ†• New features:

    • ๐Ÿ‘Œ Improve bundling experience to safely import dialects while using static paths #5142
    • ๐Ÿ— Implement extendable builders #5041
    • PostgreSQL: Refresh materialized view concurrently #5166

    ๐Ÿ› Bug fixes:

    • ๐Ÿ“ฆ Use correct paths in package.json browser field #5174
    • MariaDB: Fix 'NULL' returned instead of NULL on MariaDB 10.2.6+ #5181
    • MySQL: fix hasColumn Error (hasColumn ('a_id') is true, but hasColumn('a_Id') is false) #5148
    • MSSQL: Fix .hasTable result when using .withSchema #5176
    • Oracle: correctly INSERTS Buffer #4869

    Typings:

    • โšก๏ธ Update type definitions for pg connection #5139