thejonyboybr
Explore posts from serversDTDrizzle Team
•Created by thejonyboybr on 6/5/2023 in #help
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
1 replies