BUG: Prepared statements with placeholder values .execute() not working on postgres
I'm trying to execute a prepared statement with placeholder() values
but when I do execute it
This error is thrown:
Is anyone having this issue in other db dialects?
I opened an issue:
https://github.com/drizzle-team/drizzle-orm/issues/709
Minimal repo to reproduce this:
https://github.com/greidinger-reis/drizzle-prepared-stmt-null-bug-node-pg
GitHub
[BUG]: Prepared statement with placeholder error: could not determi...
What version of drizzle-orm are you using? 0.26.5 What version of drizzle-kit are you using? 0.18.1 Describe the Bug Description: The problem arises when attempting to use execute prepared() querie...
GitHub
GitHub - greidinger-reis/drizzle-prepared-stmt-null-bug-node-pg: dr...
drizzle-bug-prepared-pg. Contribute to greidinger-reis/drizzle-prepared-stmt-null-bug-node-pg development by creating an account on GitHub.
0 Replies