[Webkit-unassigned] [Bug 29729] SQLiteTransaction should use BEGIN DEFERRED instead of BEGIN to begin read-only transactions

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Sep 25 13:58:16 PDT 2009


https://bugs.webkit.org/show_bug.cgi?id=29729





--- Comment #3 from Michael Nordman <michaeln at google.com>  2009-09-25 13:58:09 PDT ---
Being explicit in webcore code about the type of transaction is a good thing
regardless of how the underlying sqlite library is built.

typo in the ChangeLog, DIFERRED s/b DEFERRED, otherwise lgtm (fwiw)

@mark, to avoid the possibility of starting a transaction that ultimately fails
for extraneous reasons, this suited Chrome's internal use of sqlite.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list