-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature/rebase beta branch #20
Conversation
Added: - handling alteting columns in libsql - new json statement for recreation table for sqlite and libsql - push updated for sqlite and libsql - tests
- added handling create reference and create column for sqlite and libsql
- handled alter column with unique keys - made more tests - updated recreate sql statements order
- rewrote tests
updated packages
update migrate function in drizzle-orm
…lite to bun:sqlite; Fixed schema inferrence issue (no schema would resrresult in `unknown`, expected: `Record<string, never>`)
…; added all method functionality to pg proxy driver; added websocket instance to monodriver neon serverless config
…es; fixed misplaced mysql tests; removed unused args
… to session-based count
returned removed console.log in mysql push
6e7721f
to
771fa3d
Compare
771fa3d
to
a4b43df
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like most things are dialect specific, so didn't look at those. For the common files I left some comments, mostly just adding our support to the new stuff
2c57cc2
to
5da5e4c
Compare
5da5e4c
to
f32c8b8
Compare
Note: In this SingleStore driver version, the driver class nomenclature is still the old one // drizzle-kit/src/api.ts
...
import { SingleStore2Database } from 'drizzle-orm/singlestore';
... |
ba42814
to
28876e6
Compare
Drizzle is planning to add SQLite Turso support in the upcoming weeks and some of the changes have conflicts with our code.
To merge into the official repository, we first need to resolve these conflicts between the main branch and the beta branch.