[Webkit-unassigned] [Bug 155025] New: Remove use of deprecated sqlite3_expired

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Mar 4 10:42:21 PST 2016


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

            Bug ID: 155025
           Summary: Remove use of deprecated sqlite3_expired
    Classification: Unclassified
           Product: WebKit
           Version: Safari 9
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: beidson at apple.com

Remove use of deprecated sqlite3_expired

It was deprecated many years ago, and was only needed when using sqlite3_prepare. When using sqlite3_prepare_v2 instead, sqlite3_expired is no longer needed.

And we use sqlite3_prepare_v2 exclusively.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160304/8d8e77a4/attachment.html>


More information about the webkit-unassigned mailing list