Rasmus Porsager
Rasmus Porsager
Do you have anything in you DB logs when this happens?
Would love to check this out if you can create a reproducible sample. Let me know if that's possible and reopen if you're still experiencing this issue.
Yeah, I've been having the same issue with DO statements where the protocol parameters doesn't work because they collide with the internal parameters. Perhaps the solution should be to allow...
@ChristophP that is different and should be possible to do as things are currently. You should wrap your table name and columns in `sql()` eg like this (not tested as...
What version are you seeing that with? (the screenshot error doesn't match the code you posted)
``` sql`COPY ${ sql('users') } ${ sql(['peter', 'assi']) } FROM STDIN` ``` `sql(['peter', 'assi'])`, won't work there, but I'm looking into fixing that...
Hi @uasan . Does your application run at least the same amount of queries at startup as connections being opened?
Hey @uasan - glad to hear, and sorry for the silence, my time is limited these days. Still, I'm very curious to hear what the issue was?
Would you mind taking a look @Minigugus ?
Is this ready to merge once conflicts have been resolved @Minigugus ?