Revision tags: php-4.4.0RC2, php-5.1.0b2, php-4.4.0RC1, php-5.1.0b1, php-5.0.1b1 |
|
#
e546162f |
| 14-Apr-2005 |
Ilia Alshanetsky |
Added missing header.
|
Revision tags: RELEASE_0_3, php-5.0.4, php-4.3.11, php-5.0.4RC2, php-4.3.11RC2, php-5.0.4RC1, php-4.3.11RC1 |
|
#
31239f21 |
| 26-Feb-2005 |
Wez Furlong |
*cough*
|
#
b4ad599d |
| 26-Feb-2005 |
Wez Furlong |
fix for PECL #3545
|
Revision tags: RELEASE_0_2_4, RELEASE_0_2_3 |
|
#
0da6a84e |
| 13-Feb-2005 |
Wez Furlong |
implement mapping of :name to ? parameters for drivers that only support ? placeholders. The current restriction is that you may not use the same named parameter more than one in a given
implement mapping of :name to ? parameters for drivers that only support ? placeholders. The current restriction is that you may not use the same named parameter more than one in a given query, as there is a danger of scary things happen with the zval if it gets bound multiple times.
show more ...
|
#
fc51fd11 |
| 13-Feb-2005 |
Wez Furlong |
it's only an error in emulation mode; rewrite happens in prepare, which happens before bindParam
|
Revision tags: RELEASE_0_2_2, RELEASE_0_2_1 |
|
#
2196c433 |
| 09-Feb-2005 |
Ilia Alshanetsky |
kill unused var
|
Revision tags: RELEASE_0_2 |
|
#
2bd35360 |
| 07-Feb-2005 |
Wez Furlong |
handle input LOBs (which are passed as streams) in bound parameter emulation. Update error handling.
|
#
0d9b0606 |
| 06-Feb-2005 |
Edin Kadribasic |
Don't segault when we have placeholders but no bound params
|
#
15e75420 |
| 05-Feb-2005 |
Wez Furlong |
pass param type to quoter functions
|
#
6ddbfa07 |
| 21-Jan-2005 |
Wez Furlong |
Revise query parser so that it can rewrite from one bind syntax to another. Expose it as PDO_API. No drivers utilize this feature yet.
|
Revision tags: php-5.0.3, php-4.3.10, SQLITE_4_3_20041227, php-5.0.3RC2, php-4.3.10RC2, php-5.0.3RC1, php-4.3.10RC1, PRE_NEW_VM_GEN_PATCH, php-5.0.2, php-4.3.9, php-5.0.2RC1, php-4.3.9RC3, PRE_ZEND_VM_DISPATCH_PATCH, php-4.3.9RC2, php-5.0.1, php-5.0.1RC2, php-4.3.9RC1, php-5.0.1RC1, RELEASE_0_1, php-5.0.0RC4, php-5.0.0, php-4.3.8, php-5.0.0RC3, php-5.0.0RC3RC2, php-4.3.7, php-5.0.0RC3RC1, php-4.3.7RC1, RELEASE_0_1_1 |
|
#
4d01a5c2 |
| 21-May-2004 |
George Schlossnagle |
ok, apprently we _don't_ want to count the nulls.
|
#
1ee89e1b |
| 21-May-2004 |
George Schlossnagle |
remove debugging
|
#
518cf77f |
| 21-May-2004 |
George Schlossnagle |
fix fubar'd emulated bindings
|
#
c22cb047 |
| 20-May-2004 |
George Schlossnagle |
off by one error
|
#
33669162 |
| 20-May-2004 |
George Schlossnagle |
set active_query_string to null in case of failure
|
#
d16625b8 |
| 20-May-2004 |
George Schlossnagle |
Support ? as a bind in emulated prepares Throw informative error when pdo_parse_param fails
|
#
e3e23704 |
| 20-May-2004 |
George Schlossnagle |
keys need to be null-terminated (how did this not get committed before???) bind-by-name includes the leading : in the name
|
#
76b7b5d1 |
| 20-May-2004 |
George Schlossnagle |
iactually support :\w+ as binds
|
#
2e4c3ea3 |
| 18-May-2004 |
George Schlossnagle |
forgotten off the last commit
|
#
2a9fa244 |
| 18-May-2004 |
Wez Furlong |
Tweaks for win32
|
#
70f06be1 |
| 18-May-2004 |
George Schlossnagle |
license/copyright block
|
#
a97e1a66 |
| 18-May-2004 |
George Schlossnagle |
handle binding/quoting of queries for drivers with emulated prepares
|