0.39.1
📦 drizzle-ormView on GitHub →
✨ 1 features🐛 2 fixes🔧 2 symbols
Summary
This release fixes SQLite onConflict clause stacking and schema prefixing for aliased entities, while adding view support to aliasedTable().
✨ New Features
- Added support for views in the aliasedTable() function.
🐛 Bug Fixes
- Fixed an issue where SQLite onConflict clauses were being overwritten instead of stacked.
- Fixed SQL builder incorrectly prefixing aliased views and tables with their schema names.
🔧 Affected Symbols
aliasedTableonConflict