You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Convert the mysql syntax to singlestore syntax in sqlgeneration.ts file from drizzle-kit and remove the ones that are not supported by singlestore, if any. Ask SQrL the differences between these MySQL type of statements and SingleStore.
It is also needed to adapt the create table statements on the schema tests in drizzle-kit/tests/singlestore-generated.test.ts
12 different instructions came from MySQL:
Convert the mysql syntax to singlestore syntax in sqlgeneration.ts file from drizzle-kit and remove the ones that are not supported by singlestore, if any. Ask SQrL the differences between these MySQL type of statements and SingleStore.
It is also needed to adapt the create table statements on the schema tests in drizzle-kit/tests/singlestore-generated.test.ts
https://github.com/singlestore-labs/s2-drizzle-orm-dev/blob/main/drizzle-kit/tests/singlestore-generated.test.ts
The text was updated successfully, but these errors were encountered: