[html5] r1053 - /

whatwg at whatwg.org whatwg at whatwg.org
Fri Oct 12 11:49:09 PDT 2007


Author: ianh
Date: 2007-10-12 11:49:08 -0700 (Fri, 12 Oct 2007)
New Revision: 1053

Modified:
   index
   source
Log:
[] (0) Add a new SQL error code for 'dataset too large'.

Modified: index
===================================================================
--- index	2007-10-12 07:13:15 UTC (rev 1052)
+++ index	2007-10-12 18:49:08 UTC (rev 1053)
@@ -30364,7 +30364,13 @@
      <td>The statement failed because the <a href="#expected"
       title=concept-database-expected-version>expected version</a> of the
       database didn't match the actual database version.
-      <!-- other errors that we might want to define:
+
+    <tr>
+     <td>3
+
+     <td>The statement failed because the data returned from the database was
+      too large. The SQL "LIMIT" modifier might be useful to reduce the size
+      of the result set. <!-- other errors that we might want to define:
           * database has hit the user quota and the user hasn't
             increased the available space
       -->
@@ -44689,12 +44695,13 @@
    Dierken<!-- S. Mike Dierken -->, Mike Dixon, Mike Schinkel, Mike Shaver,
    Mikko Rantalainen, Neil Deakin, Olav Junker Kjær, Philip Taylor,
    Rajas Moonka, Rimantas Liubertas, Robert O'Callahan, Robert Sayre, Roman
-   Ivanov, S. Mike Dierken, Sam Ruby, Sam Weinig, Sean Knapp, Shaun Inman,
-   Simon Pieters, Stefan Haustein, Stephen Ma, Steve Runyon, Steven Garrity,
-   Stewart Brodie, Stuart Parmenter, Tantek Çelik, Thomas Broyer,
-   Thomas O'Connor, Tim Altman, Vladimir Vuki&#x0107;evi&#x0107;, Wakaba,
-   William Swanson, Øistein E. Andersen, and everyone on the WHATWG
-   mailing list for their useful and substantial comments.
+   Ivanov, S. Mike Dierken, Sam Ruby, Sam Weinig, Scott Hess, Sean Knapp,
+   Shaun Inman, Simon Pieters, Stefan Haustein, Stephen Ma, Steve Runyon,
+   Steven Garrity, Stewart Brodie, Stuart Parmenter, Tantek Çelik,
+   Thomas Broyer, Thomas O'Connor, Tim Altman, Vladimir
+   Vuki&#x0107;evi&#x0107;, Wakaba, William Swanson, Øistein E.
+   Andersen, and everyone on the WHATWG mailing list for their useful and
+   substantial comments.
 
   <p>Special thanks to Richard Williamson for creating the first
    implementation of <code><a href="#canvas">canvas</a></code> in Safari,

Modified: source
===================================================================
--- source	2007-10-12 07:13:15 UTC (rev 1052)
+++ source	2007-10-12 18:49:08 UTC (rev 1053)
@@ -27984,6 +27984,12 @@
      title="concept-database-expected-version">expected version</span>
      of the database didn't match the actual database version.
 
+    <tr>
+     <td>3
+     <td>The statement failed because the data returned from the
+     database was too large. The SQL "LIMIT" modifier might be useful
+     to reduce the size of the result set.
+
     <!-- other errors that we might want to define:
           * database has hit the user quota and the user hasn't
             increased the available space
@@ -40605,10 +40611,10 @@
   Mike Shaver, Mikko Rantalainen, Neil Deakin, Olav Junker Kjær,
   Philip Taylor, Rajas Moonka, Rimantas Liubertas, Robert O'Callahan,
   Robert Sayre, Roman Ivanov, S. Mike Dierken, Sam Ruby, Sam Weinig,
-  Sean Knapp, Shaun Inman, Simon Pieters, Stefan Haustein, Stephen Ma,
-  Steve Runyon, Steven Garrity, Stewart Brodie, Stuart Parmenter,
-  Tantek Çelik, Thomas Broyer, Thomas O'Connor, Tim Altman,
-  Vladimir Vuki&#x0107;evi&#x0107;, Wakaba, William Swanson,
+  Scott Hess, Sean Knapp, Shaun Inman, Simon Pieters, Stefan Haustein,
+  Stephen Ma, Steve Runyon, Steven Garrity, Stewart Brodie, Stuart
+  Parmenter, Tantek Çelik, Thomas Broyer, Thomas O'Connor, Tim
+  Altman, Vladimir Vuki&#x0107;evi&#x0107;, Wakaba, William Swanson,
   Øistein E. Andersen, and everyone on the WHATWG mailing list
   for their useful and substantial comments.</p>
 




More information about the Commit-Watchers mailing list