Closed r-barnes closed 4 months ago
Upstream PR: https://sqlite.org/forum/forumpost/7ec11023dd
We don't make changes directly to the C library. If and when your upstream patch makes it into an official release, it will be pulled in as part of that upgrade.
@rittneje - Upstream made a patch to fix this problem (link). I hope you'll be able to update so your code will work across different compilers.
@r-barnes Once the change lands in an official SQLite release, we'll pull it in via the standard process. Consequently, I am going to decline this PR.
Please feel free to open an issue requesting an upgrade once the upstream release happens so we don't forget.
Thanks, @rittneje - I expect I'll forget, but if you do pulls somewhat regularly, it should be okay to let it follow your schedule.
sqlite3-binding.c current has this code:
but this leaves LLVM without implicit fallthrough protections.
Can we use this instead?