NeonN
Neon11mo ago
1 reply
then-purple

Rust diesel R2D2 runtime error prepared statement

I'm switching from non-pooled to pooled and using R2D2 in diesel. I don't get any compile time errors but I do get repeating errors in the log of ERROR r2d2: unnamed prepared statement does not exist. I see some others on Reddit having the same problem and adding some name/value pair to the connection string but saying it is Host specific. How do I fix this on Neon for my Rust/Diesel/R2D2 async pooled connection?
Was this page helpful?