Skip to content
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

Odd behaviour for long queries with an integer argument #13

Open
FredrikKarlssonSpeech opened this issue Mar 17, 2015 · 0 comments
Open

Comments

@FredrikKarlssonSpeech
Copy link

Hi,

I've posted a question on Stack Overflow that I suspect is actually a bug in either HDBC or HDBC-sqlite3.
So, I deeply apologize for the cross posting of this problem, and hope you'll be able to forgive me.

http://stackoverflow.com/questions/29040880/generating-long-sqlite3-queries-in-haskell-hdbc

The problem is related to an integer argument to a longer query. When the integer is passed as an argument to the query, the result is an empty set. When the integer is hard coded in the actual query instead, the result is what is expected. Please have a look if there could be an issue in handling of SqlInt64 in parameters. I am on OSX 10.10.

Fredrik

kazu-yamamoto added a commit to kazu-yamamoto/hdbc-sqlite3 that referenced this issue Apr 24, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant