Features
- Added
cross join(#1414) - Added lateral
left,inner,crossjoins toPostgreSQL,MySQL,Gel,SingleStore - Added drizzle connection attributes to
SingleStore's driver instances
Fixes
- Removed unsupported by dialect
full joinfromMySQLselect api - Forced
Gelcolumns to always have explicit schema & table prefixes due to potential errors caused by lack of such prefix in subquery's selection when there's already a column bearing same name in context - Added missing export for
PgTextBuilderInitialtype - Removed outdated
IfNotImportedtype check fromSingleStoredriver initializer - Fixed incorrect type inferrence for insert and update models with non-strict
tsconfigs (#2654) - Fixed invalid spelling of
nowaitflag (#3554) - Add join lateral support
- Remove .fullJoin() from MySQL API