History log of /PHP-8.3/ext/pdo/pdo_sql_parser.re (Results 101 – 125 of 126)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: php-5.1.0b3
# 9240c5f5 12-Jul-2005 Wez Furlong

remember ? -> :pdox mapping so that binds by position can be mapped to names if required.


Revision tags: php-4.4.0
# 8d743e70 08-Jul-2005 Marcus Boerger

- std not needed -> avoid warning


# 38a02b62 08-Jul-2005 Wez Furlong

For named-parameter-to-named-parameter rewrites, we need to map the original
names to the new names.


# ab1ba644 08-Jul-2005 Wez Furlong

add a bit of a hack to cater for pgsql prepared statements.

These are effectively named statements with strong constraints on the naming
format. We cater for this in a fairly generic wa

add a bit of a hack to cater for pgsql prepared statements.

These are effectively named statements with strong constraints on the naming
format. We cater for this in a fairly generic way: allow a driver to replace
the format string we use to generate names from positional parameters. In
addition, if that format is set, we always force a rewrite from regular names
to the strongly enforced names.

show more ...


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


123456