[html5] r1030 - /
whatwg at whatwg.org
whatwg at whatwg.org
Mon Sep 24 20:33:04 PDT 2007
Author: ianh
Date: 2007-09-24 20:33:03 -0700 (Mon, 24 Sep 2007)
New Revision: 1030
Modified:
index
source
Log:
[e] (0) we'll have to define what kind of transaction locking to require
Modified: index
===================================================================
--- index 2007-09-25 03:10:54 UTC (rev 1029)
+++ index 2007-09-25 03:33:03 UTC (rev 1030)
@@ -29946,6 +29946,9 @@
<p class=note>There is only an "active thread-global transaction" while a
callback for <code title=dom-database-executeSql><a
href="#executesql">executeSql()</a></code> is executing.</p>
+ <!-- XXX we want a reading lock until such time as a write
+ operation is attempted, at which point we want a writing lock. -->
+
<li>
<p>If <var title="">transaction</var> has been marked as "bad", then
Modified: source
===================================================================
--- source 2007-09-25 03:10:54 UTC (rev 1029)
+++ source 2007-09-25 03:33:03 UTC (rev 1030)
@@ -27409,6 +27409,9 @@
title="dom-database-executeSql">executeSql()</code> is
executing.</p>
+ <!-- XXX we want a reading lock until such time as a write
+ operation is attempted, at which point we want a writing lock. -->
+
</li>
<li><p>If <var title="">transaction</var> has been marked as "bad",
More information about the Commit-Watchers
mailing list