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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Apr 1 08:39:15 PDT 2010


Dimitri Glazkov (Google) <dglazkov at chromium.org> has granted 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 51992: patch
https://bugs.webkit.org/attachment.cgi?id=51992&action=review

------- Additional Comments from Dimitri Glazkov (Google)
<dglazkov at chromium.org>
> +    const UChar* ch = static_cast<const UChar*>(tail);

I bet you were planning to use this somehow, because it doesn't need to be cast
if all you're doing is comparing it to 0.

r=me otherwise.


More information about the webkit-reviews mailing list