- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 21 Oct 2009 11:59:38 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/webdatabase
In directory hutz:/tmp/cvs-serv2966
Modified Files:
Overview.html
Log Message:
A general editorial cleanup, primarily around how Unicode characters are presented. (whatwg r4261)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/webdatabase/Overview.html,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -d -r1.40 -r1.41
--- Overview.html 13 Oct 2009 01:51:33 -0000 1.40
+++ Overview.html 21 Oct 2009 11:59:35 -0000 1.41
@@ -514,7 +514,7 @@
instead of the user agent prompting the user for permission to
increase the quota every five megabytes.<h3 id="parsing-and-processing-sql-statements"><span class="secno">4.2 </span>Parsing and processing SQL statements</h3><p>When the user agent is to <dfn id="preprocess-the-sql-statement" title="preprocess the SQL
statement">preprocess a SQL statement</dfn> <var title="">sqlStatement</var> with an array of arguments <var title="">arguments</var>, it must run the following steps:<ol><li><p>Parse <var title="">sqlStatement</var> as a SQL statement,
- with the exception that U+003F QUESTION MARK (?) characters can be
+ with the exception that U+003F QUESTION MARK characters (?) can be
used in place of SQL literals in the statement. <a href="#refsSQL">[SQL]</a></li>
<li>
Received on Wednesday, 21 October 2009 11:59:41 UTC