-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Updated SQLite bindings to support SQLITE_ENABLE_UPDATE_DELETE_LIMIT flag #215
Conversation
Please don't upgrade sqlite3.c. go has problem about this. |
Hm... Is it because of version 3.8.10.2 or there is another reason and current |
Yes, please. |
Ok, I rolled back bindings to v3.8.5. Could you please check failing scenario on Windows? |
Hmm, totally diff seems deleted/appended into sqlite3-binding.c. I'm thinking we can't touch sqlite3-binding.c for now. |
Actually, this is rebuilt version of |
@mattn any word on this? I could really use it. |
https://www.sqlite.org/compile.html
Is this your expected? |
@mattn yes |
Could you please rebase master? |
Should be closed because of #564 |
note that not mean that this enabling delete limit also when using libsqlite3 on system always. |
Supports #213.
Please consider this PR as a major change because it updates SQLite bindings to version 3.8.10.2.
The amalgamation source code was built with SQLITE_ENABLE_UPDATE_DELETE_LIMIT flag enabled.