You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: