[webkit-reviews] review canceled: [Bug 36778] SQLiteStatement::prepare() silently ignores everything after the first statement : [Attachment 51974] patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Mar 29 18:21:53 PDT 2010


Dumitru Daniliuc <dumi at chromium.org> has canceled Dumitru Daniliuc
<dumi at chromium.org>'s request for review:
Bug 36778: SQLiteStatement::prepare() silently ignores everything after the
first statement
https://bugs.webkit.org/show_bug.cgi?id=36778

Attachment 51974: patch
https://bugs.webkit.org/attachment.cgi?id=51974&action=review

------- Additional Comments from Dumitru Daniliuc <dumi at chromium.org>
(In reply to comment #3)
> This looks reasonable to me.
> 
> Does the following pass too?
> executeStatement(true, "INSERT INTO Test VALUES (2)	 ;");

yes, it does. added this example to the test.

also, fixed the style problem.


More information about the webkit-reviews mailing list