Browse Source

- Fix test

experimental/5.3-FPM
Felipe Pena 18 years ago
parent
commit
a3e90c2a63
  1. 2
      ext/pdo_mysql/tests/pdo_mysql_stmt_multiquery.phpt

2
ext/pdo_mysql/tests/pdo_mysql_stmt_multiquery.phpt

@ -93,6 +93,6 @@ array(1) {
}
Native Prepared Statements...
Warning: PDO::query(): SQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '; SELECT label FROM test ORDER BY id ASC LIMIT 1' at line %d in %s on line %d
Warning: PDO::query(): SQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '%SSELECT label FROM test ORDER BY id ASC LIMIT 1' at line %d in %s on line %d
Fatal error: Call to a member function errorInfo() on a non-object in %s on line %d
Loading…
Cancel
Save