Improvements
- Added an OHM static imports checker to identify unexpected imports within a chain of imports in the drizzle-kit repo. For example, it checks if drizzle-orm is imported before drizzle-kit and verifies if the drizzle-orm import is available in your project.
- Adding more columns to Supabase auth.users table schema - thanks @nicholasdly
Bug Fixes
- [BUG]: [drizzle-kit]: Fix breakpoints option cannot be disabled - thanks @klotztech
- [BUG]: drizzle-kit introspect: SMALLINT import missing and incorrect DECIMAL UNSIGNED handling - thanks @L-Mario564
- Unsigned tinyints preventing migrations - thanks @L-Mario564
- [BUG]: Can't parse float(8,2) from database (precision and scale and/or unsigned breaks float types) - thanks @L-Mario564
- [BUG]: PgEnum generated migration doesn't escape single quotes - thanks @L-Mario564
- [BUG]: single quote not escaped correctly in migration file - thanks @L-Mario564
- [BUG]: Migrations does not escape single quotes - thanks @L-Mario564
- [BUG]: Issue with quoted default string values - thanks @L-Mario564
- [BUG]: SQl commands in wrong roder - thanks @L-Mario564
- [BUG]: Time with precision in drizzle-orm/pg-core adds double-quotes around type - thanks @L-Mario564
- [BUG]: Postgres push fails due to lack of quotes - thanks @L-Mario564
- [BUG]: TypeError: Cannot read properties of undefined (reading 'compositePrimaryKeys') - thanks @L-Mario564
- [BUG]: drizzle-kit introspect generates CURRENT_TIMESTAMP without sql operator on date column - thanks @L-Mario564
- [BUG]: Drizzle-kit introspect doesn't pull correct defautl statement - thanks @L-Mario564
- [BUG]: Problem on MacBook - This statement does not return data. Use run() instead - thanks @L-Mario564
- [BUG]: Enum column names that are used as arrays are not quoted - thanks @L-Mario564
- [BUG]: drizzle-kit generate ignores index operators - thanks @L-Mario564
- dialect param config error message is wrong - thanks @L-Mario564
- [BUG]: Error setting default enum field values - thanks @L-Mario564
- [BUG]: drizzle-kit does not respect the order of columns configured in primaryKey() - thanks @L-Mario564
- [BUG]: Cannot drop Unique Constraint MySQL - thanks @L-Mario564