You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
gh-99659: Use correct exceptions in sqlite3 bigmem tests
The tests in question were added in0eec627 by Serhiy. Apparently,sqlite3 changed exceptions raised in those cases in the mean time butthe tests never ran because they require a high `-M` setting in thetest runner.