History log of /PHP-7.3/ext/pdo/pdo_sql_parser.c (Results 101 – 125 of 128)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 206c7b83 08-Jul-2005 Wez Furlong

And the generated version of the parser


Revision tags: php-4.4.0RC2, php-5.1.0b2, php-4.4.0RC1, php-5.1.0b1, php-5.0.1b1
# def27b99 17-May-2005 Ilia Alshanetsky

As per PDO meeting on PHP|Tropics fetchSingle is being renamed to
fetchColumn and now supports specification of the column to retrieve.


# 378776dc 14-Apr-2005 Ilia Alshanetsky

missing header (re2c 0.9.4 built .c file)


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*


# 09fee0bf 26-Feb-2005 Wez Furlong

and the generated file


Revision tags: RELEASE_0_2_4, RELEASE_0_2_3
# 078b7761 13-Feb-2005 Wez Furlong

commit generated version of the .re


# e5a906dc 12-Feb-2005 Ilia Alshanetsky

Updated version without compiler warnings.


Revision tags: RELEASE_0_2_2, RELEASE_0_2_1
# ee0e2d0e 09-Feb-2005 Ilia Alshanetsky

Touch file.


# 2196c433 09-Feb-2005 Ilia Alshanetsky

kill unused var


Revision tags: RELEASE_0_2
# 5a2cb415 09-Feb-2005 Wez Furlong

update ready for release
# includes big hack to help guide people into running "make install" so
# that the headers get installed; works around a pear bug.


# 504afcfc 07-Feb-2005 Wez Furlong

and the generated file


# ec98e744 06-Feb-2005 Wez Furlong

touch again


# 257dfcdd 06-Feb-2005 Wez Furlong

touch file


# 0d9b0606 06-Feb-2005 Edin Kadribasic

Don't segault when we have placeholders but no bound params


# 74821473 05-Feb-2005 Wez Furlong

update separately


# 8ebcbfdf 21-Jan-2005 Wez Furlong

hrmm. Really really really really touch the timestamp in CVS to avoid
crappy makefile annoyance.


# 88640832 21-Jan-2005 Wez Furlong

and check in the generated c file later, to avoid remaking it in fresh checkouts.


# dd842e4b 12-Jan-2005 Wez Furlong

API support for scrollable cursors


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.


# 518cf77f 21-May-2004 George Schlossnagle

fix fubar'd emulated bindings


# b7b7beda 20-May-2004 George Schlossnagle

remove debug


# 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


# 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


# 074ba3fb 19-May-2004 Ilia Alshanetsky

Added lastInsertId() method for retrieving last insert id.
Made affectedRows() work for MySQL.
Populate error value in MySQL on error.


123456