History log of /PHP-8.3/ext/pdo/pdo_sql_parser.re (Results 101 – 112 of 112)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
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

12345