[html5] r1065 - /

whatwg at whatwg.org whatwg at whatwg.org
Wed Oct 17 18:32:55 PDT 2007


Author: ianh
Date: 2007-10-17 18:32:53 -0700 (Wed, 17 Oct 2007)
New Revision: 1065

Modified:
   index
   source
Log:
[] (0) SQL: Add an errorCode for quota exhaustion.

Modified: index
===================================================================
--- index	2007-10-17 22:53:57 UTC (rev 1064)
+++ index	2007-10-18 01:32:53 UTC (rev 1065)
@@ -22,7 +22,7 @@
 
    <h1 id=html-5>HTML 5</h1>
 
-   <h2 class="no-num no-toc" id=working>Working Draft — 17 October 2007</h2>
+   <h2 class="no-num no-toc" id=working>Working Draft — 18 October 2007</h2>
 
    <p>You can take part in this work. <a
     href="http://www.whatwg.org/mailing-list">Join the working group's
@@ -30198,6 +30198,10 @@
    domains, and apply the restrictions described above.
 
   <h3 id=sql><span class=secno>4.11. </span>Client-side database storage</h3>
+  <!-- Feature requests for future versions (v2):
+        * deleting databases
+        * determining how much storage room is left
+  -->
 
   <h4 id=introduction3><span class=secno>4.11.1. </span>Introduction</h4>
 
@@ -30518,6 +30522,13 @@
     <tr>
      <td>4
 
+     <td>The statement failed because there was not enough remaining storage
+      space, or the storage quota was reached and the user declined to give
+      more space to the database.
+
+    <tr>
+     <td>5
+
      <td>The statement failed because the transaction's first statement was a
       read-only statement, and a subsequent statement in the same transaction
       tried to modify the database, but the transaction failed to obtain a

Modified: source
===================================================================
--- source	2007-10-17 22:53:57 UTC (rev 1064)
+++ source	2007-10-18 01:32:53 UTC (rev 1065)
@@ -27790,6 +27790,11 @@
 
   <h3 id="sql">Client-side database storage</h3>
 
+  <!-- Feature requests for future versions (v2):
+        * deleting databases
+        * determining how much storage room is left
+  -->
+
   <h4>Introduction</h4>
 
   <p class="big-issue">...</p>
@@ -28117,6 +28122,12 @@
 
     <tr>
      <td>4
+     <td>The statement failed because there was not enough remaining
+     storage space, or the storage quota was reached and the user
+     declined to give more space to the database.
+
+    <tr>
+     <td>5
      <td>The statement failed because the transaction's first
      statement was a read-only statement, and a subsequent statement
      in the same transaction tried to modify the database, but the




More information about the Commit-Watchers mailing list