Switched to pooled connection, but still seeing `prepared statement XXXX` does not exist.
Hi, I am using the pooled connection string combined with Drizzle. I am using the latest Neon packages and Drizzle packages.
Sentry is reporting some calls are 400'ing to
https://api.us-east-1.aws.neon.tech/sql
https://api.us-east-1.aws.neon.tech/sql
Weirdly, the TRPC responses that initiate the downstream Neon calls are coming back as 200 on the front-end, but intermediate batched queries appear to snag a 400 sometimes.
Is this intended with the new PGBouncer change? Worth noting I am not explicitly using
.prepare
.prepare
statements, but I believe Postgres.js (which Drizzle might use under the hood...?) will auto convert certain statements to prepare.