-
-
Notifications
You must be signed in to change notification settings - Fork 31.9k
gh-89301: Fix regression with bound values in traced SQLite statements #92053
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
Conversation
🤖 New build scheduled with the buildbot fleet by @erlend-aasland for commit ab35f4b 🤖 If you want to schedule another build, you need to add the ":hammer: test-with-buildbots" label again. |
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.
🤖 New build scheduled with the buildbot fleet by @erlend-aasland for commit e58797c 🤖 If you want to schedule another build, you need to add the ":hammer: test-with-buildbots" label again. |
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 🌮🎉.. I'm working now to backport this PR to: 3.10. |
Sorry, @erlend-aasland and @JelleZijlstra, I could not cleanly backport this to |
Thanks, I'll fix the backport. |
Resolves gh-89301