WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
Bug 155025
Remove use of deprecated sqlite3_expired
https://bugs.webkit.org/show_bug.cgi?id=155025
Summary
Remove use of deprecated sqlite3_expired
Brady Eidson
Reported
2016-03-04 10:42:21 PST
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.
Attachments
Patch v1
(1.28 KB, patch)
2016-03-04 10:45 PST
,
Brady Eidson
no flags
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Brady Eidson
Comment 1
2016-03-04 10:45:15 PST
Created
attachment 273017
[details]
Patch v1
WebKit Commit Bot
Comment 2
2016-03-04 11:42:45 PST
Comment on
attachment 273017
[details]
Patch v1 Clearing flags on attachment: 273017 Committed
r197577
: <
http://trac.webkit.org/changeset/197577
>
WebKit Commit Bot
Comment 3
2016-03-04 11:42:48 PST
All reviewed patches have been landed. Closing bug.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug