Skip to content

Commit

Permalink
[] (0) Add a new SQL error code for 'dataset too large'.
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.whatwg.org/webapps@1053 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Oct 12, 2007
1 parent 009c0ea commit b8d4f7b
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 11 deletions.
21 changes: 14 additions & 7 deletions index
Expand Up @@ -30364,7 +30364,13 @@ interface <dfn id=sqlcallback>SQLCallback</dfn> {
<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
-->
Expand Down Expand Up @@ -44689,12 +44695,13 @@ interface <dfn id=timeouthandler>TimeoutHandler</dfn> {
Dierken<!-- S. Mike Dierken -->, Mike Dixon, Mike Schinkel, Mike Shaver,
Mikko Rantalainen, Neil Deakin, Olav Junker Kj&aelig;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 &Ccedil;elik, Thomas Broyer,
Thomas O'Connor, Tim Altman, Vladimir Vuki&#x0107;evi&#x0107;, Wakaba,
William Swanson, &Oslash;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 &Ccedil;elik,
Thomas Broyer, Thomas O'Connor, Tim Altman, Vladimir
Vuki&#x0107;evi&#x0107;, Wakaba, William Swanson, &Oslash;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,
Expand Down
14 changes: 10 additions & 4 deletions source
Expand Up @@ -27984,6 +27984,12 @@ interface <dfn>SQLCallback</dfn> {
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
Expand Down Expand Up @@ -40605,10 +40611,10 @@ interface <dfn>TimeoutHandler</dfn> {
Mike Shaver, Mikko Rantalainen, Neil Deakin, Olav Junker Kj&aelig;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 &Ccedil;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 &Ccedil;elik, Thomas Broyer, Thomas O'Connor, Tim
Altman, Vladimir Vuki&#x0107;evi&#x0107;, Wakaba, William Swanson,
&Oslash;istein E. Andersen, and everyone on the WHATWG mailing list
for their useful and substantial comments.</p>

Expand Down

0 comments on commit b8d4f7b

Please sign in to comment.