#36923 [Com]: PDO::query fails when query contains special charactes

2008-09-24 Thread chmbox dot spammenot at thecompsmith dot com
 ID:   36923
 Comment by:   chmbox dot spammenot at thecompsmith dot com
 Reported By:  farin at refresh dot cz
 Status:   No Feedback
 Bug Type: PDO related
 Operating System: Gentoo
 PHP Version:  5.1.2
 New Comment:

It is my understanding that ->query is for select statements and ->exec
is for insert/delete/update etc (more data intensive).

This works fine with exec.


Previous Comments:


[2008-01-14 17:26:40] stoto98 at yahoo dot fr

Same error for me with PHP 5.2.0-8+etch9 (debian) with client library
version 5.0.32 (MySQL)



[2007-10-04 11:24:17] gizmo dot rafal at poczta dot fm

I have same issue on my PHP Version 5.2.3-0.dotdeb.1 with PDO Driver
for MySQL, client library version 5.0.41.



[2007-08-09 22:36:01] apike at sfu dot ca

This is still happening for me with PHP 5.2.0.



[2006-04-07 01:00:00] php-bugs at lists dot php dot net

No feedback was provided for this bug for over a week, so it is
being suspended automatically. If you are able to provide the
information that was originally requested, please do so and change
the status of the bug back to "Open".



[2006-03-30 13:29:53] [EMAIL PROTECTED]

Please try using this CVS snapshot:

  http://snaps.php.net/php5.1-latest.tar.gz
 
For Windows:
 
  http://snaps.php.net/win32/php5.1-win32-latest.zip





The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
http://bugs.php.net/36923

-- 
Edit this bug report at http://bugs.php.net/?id=36923&edit=1



#36923 [Com]: PDO::query fails when query contains special charactes

2008-01-14 Thread stoto98 at yahoo dot fr
 ID:   36923
 Comment by:   stoto98 at yahoo dot fr
 Reported By:  farin at refresh dot cz
 Status:   No Feedback
 Bug Type: PDO related
 Operating System: Gentoo
 PHP Version:  5.1.2
 New Comment:

Same error for me with PHP 5.2.0-8+etch9 (debian) with client library
version 5.0.32 (MySQL)


Previous Comments:


[2007-10-04 11:24:17] gizmo dot rafal at poczta dot fm

I have same issue on my PHP Version 5.2.3-0.dotdeb.1 with PDO Driver
for MySQL, client library version 5.0.41.



[2007-08-09 22:36:01] apike at sfu dot ca

This is still happening for me with PHP 5.2.0.



[2006-04-07 01:00:00] php-bugs at lists dot php dot net

No feedback was provided for this bug for over a week, so it is
being suspended automatically. If you are able to provide the
information that was originally requested, please do so and change
the status of the bug back to "Open".



[2006-03-30 13:29:53] [EMAIL PROTECTED]

Please try using this CVS snapshot:

  http://snaps.php.net/php5.1-latest.tar.gz
 
For Windows:
 
  http://snaps.php.net/win32/php5.1-win32-latest.zip





[2006-03-30 13:27:39] farin at refresh dot cz

Description:

When $query parameter for PDO::query contains 
' :A and ? (as part of data) query fails with error
Invalid parameter number: mixed named and positional parameters. This
behavior is appear with PDO mysql driver. In  PHP 5.1.1 is not this bug
present.

Reproduce code:
---
$pdo->query("insert into foo (bar) values ('\\ ? :A')");

Expected result:

SQL syntax is Ok so query should be proccessed without error.

Actual result:
--
Warning: PDO::query() [function.query]: SQLSTATE[HY093]: Invalid
parameter number: mixed named and positional parameters in ...
And query fails.






-- 
Edit this bug report at http://bugs.php.net/?id=36923&edit=1


#36923 [Com]: PDO::query fails when query contains special charactes

2007-10-04 Thread gizmo dot rafal at poczta dot fm
 ID:   36923
 Comment by:   gizmo dot rafal at poczta dot fm
 Reported By:  farin at refresh dot cz
 Status:   No Feedback
 Bug Type: PDO related
 Operating System: Gentoo
 PHP Version:  5.1.2
 New Comment:

I have same issue on my PHP Version 5.2.3-0.dotdeb.1 with PDO Driver
for MySQL, client library version 5.0.41.


Previous Comments:


[2007-08-09 22:36:01] apike at sfu dot ca

This is still happening for me with PHP 5.2.0.



[2006-04-07 01:00:00] php-bugs at lists dot php dot net

No feedback was provided for this bug for over a week, so it is
being suspended automatically. If you are able to provide the
information that was originally requested, please do so and change
the status of the bug back to "Open".



[2006-03-30 13:29:53] [EMAIL PROTECTED]

Please try using this CVS snapshot:

  http://snaps.php.net/php5.1-latest.tar.gz
 
For Windows:
 
  http://snaps.php.net/win32/php5.1-win32-latest.zip





[2006-03-30 13:27:39] farin at refresh dot cz

Description:

When $query parameter for PDO::query contains 
' :A and ? (as part of data) query fails with error
Invalid parameter number: mixed named and positional parameters. This
behavior is appear with PDO mysql driver. In  PHP 5.1.1 is not this bug
present.

Reproduce code:
---
$pdo->query("insert into foo (bar) values ('\\ ? :A')");

Expected result:

SQL syntax is Ok so query should be proccessed without error.

Actual result:
--
Warning: PDO::query() [function.query]: SQLSTATE[HY093]: Invalid
parameter number: mixed named and positional parameters in ...
And query fails.






-- 
Edit this bug report at http://bugs.php.net/?id=36923&edit=1


#36923 [Com]: PDO::query fails when query contains special charactes

2007-08-09 Thread apike at sfu dot ca
 ID:   36923
 Comment by:   apike at sfu dot ca
 Reported By:  farin at refresh dot cz
 Status:   No Feedback
 Bug Type: PDO related
 Operating System: Gentoo
 PHP Version:  5.1.2
 New Comment:

This is still happening for me with PHP 5.2.0.


Previous Comments:


[2006-04-07 01:00:00] php-bugs at lists dot php dot net

No feedback was provided for this bug for over a week, so it is
being suspended automatically. If you are able to provide the
information that was originally requested, please do so and change
the status of the bug back to "Open".



[2006-03-30 13:29:53] [EMAIL PROTECTED]

Please try using this CVS snapshot:

  http://snaps.php.net/php5.1-latest.tar.gz
 
For Windows:
 
  http://snaps.php.net/win32/php5.1-win32-latest.zip





[2006-03-30 13:27:39] farin at refresh dot cz

Description:

When $query parameter for PDO::query contains 
' :A and ? (as part of data) query fails with error
Invalid parameter number: mixed named and positional parameters. This
behavior is appear with PDO mysql driver. In  PHP 5.1.1 is not this bug
present.

Reproduce code:
---
$pdo->query("insert into foo (bar) values ('\\ ? :A')");

Expected result:

SQL syntax is Ok so query should be proccessed without error.

Actual result:
--
Warning: PDO::query() [function.query]: SQLSTATE[HY093]: Invalid
parameter number: mixed named and positional parameters in ...
And query fails.






-- 
Edit this bug report at http://bugs.php.net/?id=36923&edit=1