History log of /php-src/ext/pdo_sqlite/sqlite_statement.c (Results 76 – 91 of 91)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
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.

Revision tags: php-5.0.2, php-4.3.9
# 2f161ab7 19-Sep-2004 Wez Furlong

First cut at a PDO driver for SQLite 3.x

Features:
- native prepare/execute and bound parameters.
- finally supports binary data (via bound parameter api)
- full unicode/utf-8 su

First cut at a PDO driver for SQLite 3.x

Features:
- native prepare/execute and bound parameters.
- finally supports binary data (via bound parameter api)
- full unicode/utf-8 support

Missing:
- UDF functions
- authorizer hooks for safe_mode/open_basedir restrictions

You need to download, compile and install sqlite3 yourself; we're not bundling
it (at least, not yet).

show more ...

1234