[html5] r2606 - [e] (0) Say which character '?' is.

whatwg at whatwg.org whatwg at whatwg.org
Mon Dec 29 01:14:33 PST 2008


Author: ianh
Date: 2008-12-29 01:14:32 -0800 (Mon, 29 Dec 2008)
New Revision: 2606

Modified:
   index
   source
Log:
[e] (0) Say which character '?' is.

Modified: index
===================================================================
--- index	2008-12-29 03:51:26 UTC (rev 2605)
+++ index	2008-12-29 09:14:32 UTC (rev 2606)
@@ -39193,9 +39193,9 @@
    only called once a transaction has failed, and no SQL statements
    can be added to a failed transaction.)</li>
 
-   <li><p>Parse the first argument to the method (<var title="">sqlStatement</var>) as a SQL statement, with the
-   exception that <code title="">?</code> characters can be used in
-   place of SQL literals in the statement. <a href=#refsSQL>[SQL]</a></li>
+   <li><p>Parse the first argument to the method (<var title="">sqlStatement</var>) as a SQL statement, 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>
 

Modified: source
===================================================================
--- source	2008-12-29 03:51:26 UTC (rev 2605)
+++ source	2008-12-29 09:14:32 UTC (rev 2606)
@@ -44602,9 +44602,9 @@
    can be added to a failed transaction.)</p></li>
 
    <li><p>Parse the first argument to the method (<var
-   title="">sqlStatement</var>) as a SQL statement, with the
-   exception that <code title="">?</code> characters can be used in
-   place of SQL literals in the statement. <a
+   title="">sqlStatement</var>) as a SQL statement, 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></p></li>
 
    <li>




More information about the Commit-Watchers mailing list