Skip to content
This repository was archived by the owner on Dec 3, 2019. It is now read-only.

Regression Handling BigInt For Prepared Statements #190

Open
cretz opened this issue Sep 7, 2016 · 1 comment
Open

Regression Handling BigInt For Prepared Statements #190

cretz opened this issue Sep 7, 2016 · 1 comment

Comments

@cretz
Copy link

cretz commented Sep 7, 2016

Assuming I have a PG function called DoSomething with a single integer parameter, sendPreparedStatement("SELECT * FROM DoSomething(?)", BigInt(0)) worked just fine in 0.2.18 but no longer does when upgrading to 0.2.20. Now you get an error like:

[error] c.g.m.a.d.p.PostgreSQLConnection - Error with message -> ErrorMessage(fields=Map(Position -> 15, Line -> 523, Hint -> No function matches the given name and argument types. You might need to add explicit type casts., File -> parse_func.c, SQLSTATE -> 42883, Routine -> ParseFuncOrColumn, Message -> function dosomething(unknown) does not exist, Severity -> ERROR))

I assume this is because of #169.

@davydkov
Copy link

davydkov commented Sep 8, 2016

We are also still on 0.2.18
There is another issue
#179

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants