[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 14:40:24 PDT 2009


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





--- Comment #8 from Mark Rowe (bdash) <mrowe at apple.com>  2009-09-25 14:40:23 PDT ---
Using SQLite patched in this way is a problem because we can no longer rely on
the documentation when writing new code that uses SQLite.  Changing this
instance to "BEGIN DEFERRED" may work around the current problem, but as new
code is written and *correctly* uses only "BEGIN" it will be subtly incorrect
in your configuration.  The solution there is not to insist that we always use
"BEGIN DEFERRED" but to not change the behavior of SQLite in the first place.

-- 
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