-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
For postgres, applying type information to a bind variable does not work. #18
Comments
I had thought this was strictly an issue with casting to an array (I suspected the
|
Thanks for the excellent bug report! |
Well finally I got this solved with a proper solution. So the old v3 logic is back and the new feature (quoted strings), that broke this in the first place, is now properly supported. Can you verify this also solved your issue in version 4.1.2? |
Thanks. A quick test seems to indicate this works for us. |
I encountered this issue when using an
ANY
function as a replacement for anIN
clause. I created a mocha test to illustrate the problem:This used to work when we were using v3.2.2.
The text was updated successfully, but these errors were encountered: