[html5] r3655 - [e] (0) Tidy up the database spec. Leave a big scary placeholder for defining th [...]

whatwg at whatwg.org whatwg at whatwg.org
Mon Aug 17 22:19:11 PDT 2009


Author: ianh
Date: 2009-08-17 22:19:10 -0700 (Mon, 17 Aug 2009)
New Revision: 3655

Modified:
   source
Log:
[e] (0) Tidy up the database spec. Leave a big scary placeholder for defining the Web SQL dialect.

Modified: source
===================================================================
--- source	2009-08-18 05:14:43 UTC (rev 3654)
+++ source	2009-08-18 05:19:10 UTC (rev 3655)
@@ -60668,7 +60668,7 @@
   t.executeSql('SELECT title, author FROM docs WHERE id=?', [id], function (t, data) {
     report(data.rows[0].title, data.rows[0].author);
   });
-});
+});</pre>
 
   <hr>
 
@@ -60890,12 +60890,6 @@
 
     <p>The result is <var title="">the statement</var>.</p>
 
-    <p class="XXX">Implementation feedback is requested on what
-    to do with arguments that are of types that are not supported by
-    the underlying SQL backend. For example, SQLite doesn't support
-    booleans, so what should the UA do if passed a boolean? The Gears
-    team suggests failing, not silently converting types.</p>
-
    </li>
 
    <li><p>If the <code>Database</code> object that the
@@ -61678,6 +61672,12 @@
 
   </table>
 
+
+  <h4>Web SQL</h4>
+
+  <p class="XXX">Need to define the SQL dialect.</p>
+
+
   <!--START storage-->
 
   <h4>Disk space</h4>
@@ -61779,9 +61779,8 @@
 
     <p>However, this also puts the user's data at risk.</p>
 
-    <!-- XXX should there be an explicit way for sites to state when
-    data should expire? as in
-    localStorage.expireData(365); ? -->
+    <!--v2 consider adding an explicit way for sites to state when
+    data should expire, as in  localStorage.expireData(365); -->
 
    </dd>
 




More information about the Commit-Watchers mailing list