[webkit-reviews] review requested: [Bug 34280] sqlite can silently roll back a transaction if executing a statement results in an error : [Attachment 47981] patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Feb 2 16:07:08 PST 2010


Dumitru Daniliuc <dumi at chromium.org> has asked	for review:
Bug 34280: sqlite can silently roll back a transaction if executing a statement
results in an error
https://bugs.webkit.org/show_bug.cgi?id=34280

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

------- Additional Comments from Dumitru Daniliuc <dumi at chromium.org>
Hixie stated on public-webapps that it's fine to jump straight to the
transaction's error callback (and thus, ignore any other pending statements in
a transaction), if a statement failed in a way that made sqlite rollback the
entire transaction.


More information about the webkit-reviews mailing list