Uh oh!
There was an error while loading. Please reload this page.
gh-89301: Fix regression with bound values in traced SQLite statements - #92053
Conversation
bedevere-bot
commented
Apr 29, 2022
🤖 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.
bedevere-bot
commented
May 2, 2022
🤖 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. |
erlend-aasland
commented
May 2, 2022
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. |
miss-islington
commented
May 2, 2022
Thanks @erlend-aasland for the PR, and @JelleZijlstra for merging it 🌮🎉.. I'm working now to backport this PR to: 3.10. |
miss-islington
commented
May 2, 2022
Sorry, @erlend-aasland and @JelleZijlstra, I could not cleanly backport this to |
erlend-aasland
commented
May 2, 2022
Thanks, I'll fix the backport. |
Resolvesgh-89301