[html5] r1090 - /

whatwg at whatwg.org whatwg at whatwg.org
Wed Oct 24 03:14:27 PDT 2007


Author: ianh
Date: 2007-10-24 03:14:26 -0700 (Wed, 24 Oct 2007)
New Revision: 1090

Modified:
   index
   source
Log:
[w] (2) ban BEGIN/COMMIT/ROLLBACK

Modified: index
===================================================================
--- index	2007-10-24 09:53:16 UTC (rev 1089)
+++ index	2007-10-24 10:14:26 UTC (rev 1090)
@@ -30619,6 +30619,12 @@
    could happen if the same page was opened in two different <a
    href="#browsing0" title="browsing context">browsing contexts</a>).
 
+  <p>User agents must consider statements that use the <code
+   title="">BEGIN</code>, <code title="">COMMIT</code>, and <code
+   title="">ROLLBACK</code> SQL features as being unsupported (and thus will
+   mark them as bogus), so as to not let these statements interfere with the
+   explicit transactions managed by the database API itself.
+
   <p class=note>A future version of this specification will probably define
    the exact SQL subset required in more detail.
 

Modified: source
===================================================================
--- source	2007-10-24 09:53:16 UTC (rev 1089)
+++ source	2007-10-24 10:14:26 UTC (rev 1090)
@@ -28212,6 +28212,13 @@
   different <span title="browsing context">browsing
   contexts</span>).</p>
 
+  <p>User agents must consider statements that use the <code
+  title="">BEGIN</code>, <code title="">COMMIT</code>, and <code
+  title="">ROLLBACK</code> SQL features as being unsupported (and thus
+  will mark them as bogus), so as to not let these statements
+  interfere with the explicit transactions managed by the database API
+  itself.</p>
+
   <p class="note">A future version of this specification will probably
   define the exact SQL subset required in more detail.</p>
 




More information about the Commit-Watchers mailing list