[Webkit-unassigned] [Bug 211929] New: ITP database should finalize all prepared statements before closing

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu May 14 15:57:41 PDT 2020


https://bugs.webkit.org/show_bug.cgi?id=211929

            Bug ID: 211929
           Summary: ITP database should finalize all prepared statements
                    before closing
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit Misc.
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: katherine_cheney at apple.com

If the database connection is associated with unfinalized prepared statements or unfinished sqlite3_backup objects then sqlite3_close() will leave the database connection open and return SQLITE_BUSY (https://www.sqlite.org/c3ref/close.html).

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20200514/615a7e4d/attachment-0001.htm>


More information about the webkit-unassigned mailing list