- From: poot <cvsmail@w3.org>
- Date: Wed, 29 Apr 2009 10:57:50 +0900 (JST)
- To: public-html-diffs@w3.org
Mention that uncommitted transactions get thrown away without blocking the entire world. (whatwg r3018) SQLResultSet http://people.w3.org/mike/diffs/html5/webstorage/Overview.1.32.html#sqlresultset Editor's Draft 29 April 2009 http://people.w3.org/mike/diffs/html5/webstorage/Overview.1.32.html#editor-s-draft-date-1-january-1970 commit() http://people.w3.org/mike/diffs/html5/webstorage/Overview.1.32.html#dom-sqltransaction-sync-commit Status of this document http://people.w3.org/mike/diffs/html5/webstorage/Overview.1.32.html#status-of-this-document 4.6 Database query results http://people.w3.org/mike/diffs/html5/webstorage/Overview.1.32.html#database-query-results http://people.w3.org/mike/diffs/html5/webstorage/Overview.diff.html http://dev.w3.org/cvsweb/html5/webstorage/Overview.html?r1=1.31&r2=1.32&f=h http://html5.org/tools/web-apps-tracker?from=3017&to=3018 =================================================================== RCS file: /sources/public/html5/webstorage/Overview.html,v retrieving revision 1.31 retrieving revision 1.32 diff -u -d -r1.31 -r1.32 --- Overview.html 26 Apr 2009 22:11:00 -0000 1.31 +++ Overview.html 29 Apr 2009 01:57:23 -0000 1.32 @@ -147,7 +147,7 @@ <h1>Web Storage</h1> <!--ZZZ:--> <!--<h2 class="no-num no-toc">W3C Working Draft 23 April 2009</h2>--> - <h2 class="no-num no-toc" id="editor-s-draft-date-1-january-1970">Editor's Draft 26 April 2009</h2> + <h2 class="no-num no-toc" id="editor-s-draft-date-1-january-1970">Editor's Draft 29 April 2009</h2> <!--:ZZZ--> <dl><!-- ZZZ: update the month/day (twice), (un)comment out <dt>This Version:</dt> @@ -215,7 +215,7 @@ specification's progress along the W3C Recommendation track. <!--ZZZ:--> <!--This specification is the 23 April 2009 Working Draft.--> - This specification is the 26 April 2009 Editor's Draft. + This specification is the 29 April 2009 Editor's Draft. <!--:ZZZ--> </p><!-- required patent boilerplate --><p>This document was produced by a group operating under the <a href="http://www.w3.org/Consortium/Patent-Policy-20040205/">5 February 2004 W3C Patent Policy</a>. W3C maintains a <a href="http://www.w3.org/2004/01/pp-impl/42538/status" rel="disclosure">public list of @@ -1048,7 +1048,9 @@ <li><p>If an error occurred in the committing of the transaction, throw a <code><a href="#sqlexception">SQLException</a></code> exception.</li> - </ol><h3 id="database-query-results"><span class="secno">4.6 </span>Database query results</h3><p>The <code title="dom-sqltransaction-executeSql"><a href="#dom-sqltransaction-executesql">executeSql()</a></code> + </ol><p>If a <code><a href="#sqltransactionsync">SQLTransactionSync</a></code> object is garbage collected + while still <i title="">fresh</i>, the user agent must rollback the + transaction.<h3 id="database-query-results"><span class="secno">4.6 </span>Database query results</h3><p>The <code title="dom-sqltransaction-executeSql"><a href="#dom-sqltransaction-executesql">executeSql()</a></code> method invokes its callback with a <code><a href="#sqlresultset">SQLResultSet</a></code> object as an argument.<pre class="idl">interface <dfn id="sqlresultset">SQLResultSet</dfn> { readonly attribute long <a href="#dom-sqlresultset-insertid" title="dom-SQLResultSet-insertId">insertId</a>;
Received on Wednesday, 29 April 2009 01:58:31 UTC