Bug 81470

Summary: [Qt] Don't prepare SQL statements when the database is not open
Product: WebKit Reporter: Alexander Færøy <ahf>
Component: WebKit QtAssignee: Alexander Færøy <ahf>
Status: RESOLVED FIXED    
Severity: Normal CC: kenneth
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch kenneth: review+

Description Alexander Færøy 2012-03-18 04:29:34 PDT
We are currently preparing the SQL statements in the cookie jar regardless of whether or not the database is actually open. Due to this the terminal will be spammed with messages like:

QSqlQuery::prepare: database not open

Patch coming up.
Comment 1 Alexander Færøy 2012-03-18 04:31:46 PDT
Created attachment 132488 [details]
Patch
Comment 2 Alexander Færøy 2012-03-18 04:32:09 PDT
Adding Dr. Kenneth for review!
Comment 3 Alexander Færøy 2012-03-18 17:23:37 PDT
Committed r111142: <http://trac.webkit.org/changeset/111142>