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
gh-89301: Fix regression with bound values in traced SQLite statements #92053
Conversation
If you want to schedule another build, you need to add the " |
SQLite seems to have slightly inconsisten behaviour when it comes to enforcing limits. It might have something to do with the SQLite compile time options, or it may be a bug. Simplifying the test seems to work in different environments.
If you want to schedule another build, you need to add the " |
FYI, AMD64 Fedora Stable Refleaks PR failed |
FTR, this is pretty much the same as GH-28240, but with better tests and a more accurate NEWS entry. |
Thanks @erlend-aasland for the PR, and @JelleZijlstra for merging it |
Sorry, @erlend-aasland and @JelleZijlstra, I could not cleanly backport this to |
Thanks, I'll fix the backport. |
Resolves gh-89301