History log of /PHP-5.6/ext/pdo_sqlite/sqlite_statement.c (Results 26 – 50 of 51)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: php-5.2.6RC2, php-5.2.6RC1, RELEASE_1_3_1, php-4.4.8
# d1dded87 31-Dec-2007 Sebastian Bergmann

MFH: Bump copyright year, 2 of 2.


Revision tags: php-4.4.8RC1, RELEASE_1_2_3, php-5.2.5, php-5.2.5RC2, php-5.2.5RC1, BEFORE_IMPORT_OF_MYSQLND_IN_5_3, RELEASE_1_2_2, RELEASE_1_2_4, RELEASE_1_2_1, php-5.2.4, RELEASE_1_5, php-5.2.4RC3, php-5.2.4RC2, php-5.2.4RC1
# 3f1b9990 01-Aug-2007 Ilia Alshanetsky

Fixed bug #41831 (pdo_sqlite prepared statements convert resources to
strings).


Revision tags: BEFORE_REAL_IMPORT_OF_MYSQLND, BEFORE_IMPORT_OF_MYSQLND, php-5.2.3, RELEASE_1_4, php-5.2.3RC1, RELEASE_1_2_0, php-4.4.7, php-5.2.2, php-5.2.2RC2, RELEASE_1_1_0, php-4.4.7RC1, php-5.2.2RC1, RELEASE_1_0_1, php-4.4.6, php-4.4.6RC1, php-4.4.5, php-5.2.1, RELEASE_1_0_0RC1, php-4.4.5RC2, php-5.2.1RC4, php-5.2.1RC3, php-4.4.5RC1, php-5.2.1RC2
# 4223aa4d 01-Jan-2007 Sebastian Bergmann

MFH: Bump year.


Revision tags: php-5.2.1RC1
# 9503b966 27-Nov-2006 Antony Dovgal

MFH: fix #39564 (PDO::errorInfo() returns inconsistent information when sqlite3_step() fails)


Revision tags: php-5.2.0, php-5.2.0RC6, php-5.2.0RC5, php-5.2.0RC4, php-5.2.0RC3, php-5.1.6, php-5.2.0RC2, php-5.1.5, php-4.4.4, php-4.4.4RC1, php-5.1.5RC1, php-4.4.3, php-5.2.0RC1, php-4.4.3RC2, BEFORE_NEW_OUTPUT_API, php-4.4.3RC1, php-5.1.4, RELEASE_1_0_3, php-5.1.3, php-5.1.2, RELEASE_1_3, php-5.1.3RC3, php-5.1.3RC2, php-5.1.3RC1, RELEASE_1_2, RELEASE_0_9_4, RELEASE_1_0_4, php-4.4.2, php-5.1.2RC2, php-4.4.2RC2
# 5bd93221 01-Jan-2006 foobar

bump year and license version


Revision tags: php-5.1.2RC1, RELEASE_1_1_1, RELEASE_1_1, RELEASE_1_0, RELEASE_2_0_2, php-5.1.1, php-5.1.0, php-4.4.2RC1, RELEASE_0_9_3, php-5.1.0RC6, php-5.1.0RC5, RELEASE_2_0_1, RELEASE_1_0RC2, php-4.4.1, php-5.1.0RC4, RELEASE_0_9_2, RELEASE_0_9_1, php-5.1.0RC3, php-5.1.0RC2, php-4.4.1RC1, RELEASE_0_9_0
# b47525e5 29-Sep-2005 Marcus Boerger

- TSRM fix


# 3905ce46 24-Sep-2005 Wez Furlong

Refs #34630


Revision tags: RELEASE_1_0RC1
# a55c4799 11-Sep-2005 Wez Furlong

MFH: reset the statement when closeCursor() is called.


Revision tags: PRE_NEW_OCI8_EXTENSION, php-5.1.0RC2_PRE, php-5.0.5, php-5.0.5RC2, php-5.0.5RC1, php-5.1.0RC1, BEFORE_UNICODE_MERGE, RELEASE_2_0_0, RELEASE_0_9
# 66125c18 23-Jul-2005 Ilia Alshanetsky

Fixed bug #33841 (pdo sqlite driver forgets to update affected column count
on execution of prepared statments).


# 4854dd71 18-Jul-2005 Wez Furlong

this needs to be the column count, otherwise a db->query() that returns 0 rows
will fail rather than returning a statement with no rows.


Revision tags: php-5.1.0b3, php-4.4.0
# d3a9f931 09-Jul-2005 Ilia Alshanetsky

cursor_closer for SQLite.


# 703c5557 07-Jul-2005 Ilia Alshanetsky

Fixed memory leak, after SQLITE_DONE sqlite3_data_count() always returns 0.


Revision tags: php-4.4.0RC2, php-5.1.0b2, php-4.4.0RC1, php-5.1.0b1, php-5.0.1b1, 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
# f58e2006 28-Feb-2005 Wez Furlong

fix for PECL Bug #3452


# ae564959 27-Feb-2005 Wez Furlong

upgrade bundled sqlite to sqlite 3.1.3


Revision tags: RELEASE_0_2_4, RELEASE_0_2_3, RELEASE_0_2_2, RELEASE_0_2_1
# cd6d5fb1 09-Feb-2005 Ilia Alshanetsky

Fixed compile warnings.


# ad609998 09-Feb-2005 Wez Furlong

proper fix for PECL Bug #3412


# 211206b2 09-Feb-2005 Wez Furlong

Add PDO_ATTR_TIMEOUT support.
Fix PECL Bug #3391


Revision tags: RELEASE_0_2
# ae595857 07-Feb-2005 Wez Furlong

update


# d87c5ec2 06-Feb-2005 Wez Furlong

update for api changes


# 26f97a91 21-Jan-2005 Wez Furlong

Eliminate unused parameter.
Don't start a transaction when asking for a cursor with pgsql.
Fix parameter binding for sqlite3


# c77bd713 12-Jan-2005 Wez Furlong

be aware of scrollable cursors; sqlite doesn't support them


# e6c282a7 07-Jan-2005 Wez Furlong

jumbo commit; implement sqlstate error codes.
Bundle sqlite3


# 823d48bd 26-Dec-2004 Wez Furlong

hmmmmm. Bound params *were* working this way before, but now it seems that
I have to bind them as text.


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
# 69a91aae 26-Sep-2004 Wez Furlong

Removing clucking debug and tweak the reset call


# 486b4269 26-Sep-2004 Wez Furlong

meta data for sqlite3.
Fix repeated executes when the entire rowset has not been consumed.


123