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

sqlite-3.8.7.2 #10

Open
tejorupan opened this issue Nov 30, 2014 · 1 comment
Open

sqlite-3.8.7.2 #10

tejorupan opened this issue Nov 30, 2014 · 1 comment

Comments

@tejorupan
Copy link

For compiling sqlite-3.8.7.2, in the file: lib/codec.c replace sqlite3Error(...) function call with
sqlite3ErrorWithMsg(...).

Compilation goes successfully with the above changes.
However, when I do "go test" it fails, for TestTail and TestParam, with this version 3.8.7.2 also.

@mxk
Copy link
Owner

mxk commented Nov 30, 2014

I know about the codec issue. Unfortunately, when I tried to update sqlite itself, the unit tests crash on my machine (Win8 x64). I haven't had much time to figure out why, but the other issue that you filed may be a clue. I'll try to figure this out.

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

2 participants