Author: uwendel
Date: 2008-03-07 14:34:12 +0100 (Fri, 07 Mar 2008)
New Revision: 1324
Modified:
trunk/tests/ext/pdo/pdo_stmt_execute.phpt
Log:
Typo in SQL syntax
Modified: trunk/tests/ext/pdo/pdo_stmt_execute.phpt
===================================================================
--- trunk/tests/ext/pdo/pdo_stmt_execute.phpt 2008-03-07 13:23:41 UTC (rev 1323)
+++ trunk/tests/ext/pdo/pdo_stmt_execute.phpt 2008-03-07 13:34:12 UTC (rev 1324)
@@ -20,7 +20,7 @@
try {
- $stmt = $db->prepare('SELECT id FROM test ORDER by ID');
+ $stmt = $db->prepare('SELECT id FROM test ORDER BY id');
if (true !== ($tmp = $stmt->execute()))
printf("[002] Expecting boolean/true got %s\n", var_export($tmp, true));
| Thread |
|---|
| • PHP mysqlnd svn commit: r1324 - trunk/tests/ext/pdo | uwendel | 7 Mar |