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
First of all, thank you for writing this lightweight TS safe library. We're migrating our website from MongoDB to PostgreSQL. We tried Prisma and it was a hot pile of disaster in terms on performance.
However, while setting up a few scripts, we found a bug inside this library. Our hands are currently full otherwise would have loved to jump into source and send a PR fix too. Here's how you can reproduce the bug:
igalklebanov
changed the title
SQL parser bug
Passing undefined values to InsertQueryBuilder.values doesn't default to null when using sqlite dialect.
Mar 29, 2023
igalklebanov
changed the title
Passing undefined values to InsertQueryBuilder.values doesn't default to null when using sqlite dialect.
Passing undefined values to InsertQueryBuilder.values doesn't fallback to defaults.
Mar 29, 2023
First of all, thank you for writing this lightweight TS safe library. We're migrating our website from MongoDB to PostgreSQL. We tried Prisma and it was a hot pile of disaster in terms on performance.
However, while setting up a few scripts, we found a bug inside this library. Our hands are currently full otherwise would have loved to jump into source and send a PR fix too. Here's how you can reproduce the bug:
The text was updated successfully, but these errors were encountered: