Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Fix breakpoints option default value * fix: added commonly used columns to supabase auth.users table schema * imports checker with OHM grammar * imports checker with OHM grammar + fix of imports issues * Formatting fix * [MySQL] Add unsigned floating point types + Fix unsigned integer type bugs in Kit (drizzle-team#3284) * Fix bugs with MySQL introspection tests * Update float data type in MySQL * Better support for float types in MySQL * Handle existing unsigned numerical types in MySQL * Add unsigned to floating point types in MySQL * Handle unsigned floating point types in MySQL * Update decimal data type --------- Co-authored-by: Andrii Sherman <[email protected]> * Batch of bugfixes for ORM (drizzle-team#3181) * (MySQL) Fix placeholder type error in offset and limit * Add prepared statement tests * Add PG test * Fix blob parsing in bun sqlite driver * Lint and format * Fix file * Fix tests * Use const instead of let in tests * Format --------- Co-authored-by: Andrii Sherman <[email protected]> * main to beta (drizzle-team#3404) * Update Github issue templates (drizzle-team#3157) * Update GH issue templates * Update issue templates --------- Co-authored-by: Andrii Sherman <[email protected]> * Fix checkboxes --------- Co-authored-by: L-Mario564 <[email protected]> * feat: add tablesFilter to pushSchema api (drizzle-team#3141) * feat: add tablesFilter to pushSchema api * Format with dprint --------- Co-authored-by: Andrii Sherman <[email protected]> * Batch of bugfixes for Kit (drizzle-team#2959) * Escape single quote in enum value * Escape single quotes in string default values * Handle instrospection of strings with single quotes * Add tests * Add tests * Uncomment tests * Fix SQL statement order in MySQL * Add MySQL test * Fix alter composite PK statement missing quotes in PG * Add tests * Handle SQL expressions in timestamp, date and time in PG * Use `.run` instead of `.query` in SQLite queries that don't return anything * Fix parsing of enum array types in PG * Generate more PG index operators * Fix primary key recreate on table rename * Format * Format * Update test * Format * Fix tests * Fix terminal output mistake * Remove duplicate import --------- Co-authored-by: Andrii Sherman <[email protected]> * Bump versions --------- Co-authored-by: Steffen <[email protected]> Co-authored-by: Nicholas Ly <[email protected]> Co-authored-by: Alex Blokh <[email protected]> Co-authored-by: Sukairo-02 <[email protected]> Co-authored-by: L-Mario564 <[email protected]> Co-authored-by: Dan Ribbens <[email protected]>
- Loading branch information