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 (#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 <andreysherman11@gmail.com> * Batch of bugfixes for ORM (#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 <andreysherman11@gmail.com> * main to beta (#3404) * Update Github issue templates (#3157) * Update GH issue templates * Update issue templates --------- Co-authored-by: Andrii Sherman <andreysherman11@gmail.com> * Fix checkboxes --------- Co-authored-by: L-Mario564 <ka.mario564@gmail.com> * feat: add tablesFilter to pushSchema api (#3141) * feat: add tablesFilter to pushSchema api * Format with dprint --------- Co-authored-by: Andrii Sherman <andreysherman11@gmail.com> * Batch of bugfixes for Kit (#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 <andreysherman11@gmail.com> * Bump versions --------- Co-authored-by: Steffen <3752127+klotztech@users.noreply.github.com> Co-authored-by: Nicholas Ly <hello@nicholasly.com> Co-authored-by: Alex Blokh <aleksandrblokh@gmail.com> Co-authored-by: Sukairo-02 <sreka9056@gmail.com> Co-authored-by: L-Mario564 <ka.mario564@gmail.com> Co-authored-by: Dan Ribbens <DanRibbens@users.noreply.github.com>
- Loading branch information