Bug 259284
Summary: | SQLiteDatabase::turnOnIncrementalAutoVacuum() is broken | ||
---|---|---|---|
Product: | WebKit | Reporter: | Adrien Destugues <pulkomandy> |
Component: | WebCore Misc. | Assignee: | Ben Nham <nham> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | beidson, nham, sihui_liu, webkit-bug-importer |
Priority: | P2 | Keywords: | InRadar |
Version: | WebKit Nightly Build | ||
Hardware: | All | ||
OS: | All | ||
See Also: |
https://bugs.webkit.org/show_bug.cgi?id=229886 https://bugs.webkit.org/show_bug.cgi?id=249598 |
Adrien Destugues
See the patch here: https://github.com/haiku/haikuwebkit/commit/c8f63951a5f3d5acfd7c40d1606f830272ad791b
This problem already existed a long time ago and was fixed in https://bugs.webkit.org/show_bug.cgi?id=229886
But then it was broken again in https://bugs.webkit.org/show_bug.cgi?id=249598 which results in accessing lastError after the statement is destroyed, instead of before.
As a sidenote I think https://bugs.webkit.org/show_bug.cgi?id=68465 was also fixed by the second of these changes, and can be closed.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/112475480>
Ben Nham
*** Bug 259312 has been marked as a duplicate of this bug. ***
Ben Nham
Pull request: https://github.com/WebKit/WebKit/pull/15908
Ben Nham
Thanks for spotting this regression, we will try to apply the fix.
EWS
Committed 266139@main (a4485084ec04): <https://commits.webkit.org/266139@main>
Reviewed commits have been landed. Closing PR #15908 and removing active labels.