RESOLVED FIXED 81470
[Qt] Don't prepare SQL statements when the database is not open
https://bugs.webkit.org/show_bug.cgi?id=81470
Summary [Qt] Don't prepare SQL statements when the database is not open
Alexander Færøy
Reported 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.
Attachments
Patch (2.60 KB, patch)
2012-03-18 04:31 PDT, Alexander Færøy
kenneth: review+
Alexander Færøy
Comment 1 2012-03-18 04:31:46 PDT
Alexander Færøy
Comment 2 2012-03-18 04:32:09 PDT
Adding Dr. Kenneth for review!
Alexander Færøy
Comment 3 2012-03-18 17:23:37 PDT
Note You need to log in before you can comment on or make changes to this bug.