Open Qendolin opened 4 years ago
Currently it does not work. So patch is welcome.
I have no idea how to. I hope someone can help. 😃
We've been using this for a while, but it involved us manually rebuilding the amalgamation indeed.
Seems like the easiest here would be to rewrite the upgrade.go script. I've had a go (sorry for the pun :( ) at rewriting it in bash: will push the change and make a PR.
https://github.com/mattn/go-sqlite3/pull/564 enabled the SQLITE_ENABLE_UPDATE_DELETE_LIMIT flag, however this comment mentions
so does this mean that #213 is not fixed?
How would I actually be able to use
LIMIT
andORDER BY
in an SQL statement now?