The test fails with PDO_SQLITE:

# cat /local/qa/5_3/ext/pdo_sqlite/tests/bug_43130.diff
001+ Warning: PDO::prepare(): SQLSTATE[HY000]: General error: 1 no such column: 
value in /local/qa/5_3/ext/pdo_sqlite/tests/bug_43130.php on line 13
001- string(5) "test1"
002+
003+ Fatal error: Call to a member function bindParam() on a non-object in 
/local/qa/5_3/ext/pdo_sqlite/tests/bug_43130.php on line 14

On 30.10.2007 01:36, Ilia Alshanetsky wrote:
> iliaa         Mon Oct 29 22:36:26 2007 UTC
> 
>   Added files:                 (Branch: PHP_5_3)
>     /php-src/ext/pdo/tests    bug_43130.phpt 
> 
>   Modified files:              
>     /php-src/ext/pdo  pdo_sql_parser.re pdo_sql_parser.c 
>   Log:
>   Fixed bug #43130 (Bound parameters cannot have - in their name)
>   
>   
> 


-- 
Wbr, 
Antony Dovgal

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to