History log of /PHP-5.3/ext/pdo_mysql/mysql_statement.c (Results 51 – 75 of 87)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 2711d70d 10-Jul-2005 Andrey Hristov

if the result set is buffered ask libmysql to compute the lengths, so
later allocate buffer as big as the largest value of the column in the
result set (max_legth positive).


# 5602a5ba 10-Jul-2005 Wez Furlong

Get precise lengths from the server, as suggested by Andrey.


# eb4aff5a 09-Jul-2005 Ilia Alshanetsky

Added safety checks.


# 4c18dfc8 09-Jul-2005 Ilia Alshanetsky

Make cursor closer work with emulation as well.


# df60983b 09-Jul-2005 Ilia Alshanetsky

Added missing header check.


# c58e8785 09-Jul-2005 Ilia Alshanetsky

Implement cursor_closer for MySQL driver.


# ba66cac1 09-Jul-2005 Ilia Alshanetsky

Fixed memory leak


# c2f3636c 09-Jul-2005 Wez Furlong

Fix two bugs:

- execute() would not re-fetch meta data after nextRowset() had been called.

- buffered mode would only be enabled on the first execute on a statement handle.


# e7b930ea 07-Jul-2005 Ilia Alshanetsky

Make prepared statements obey buffering flag in MySQL.


# 307f6228 07-Jul-2005 Ilia Alshanetsky

Fixed memory leak.


# d7e5dfb2 03-Jul-2005 Wez Furlong

Enable native mysql 4.1.x prepared statement support
# the hardest part was installing 4.1.x on a gentoo box over a 56k modem


# 1bbab254 02-Jul-2005 Wez Furlong

Experimental support for queries returning multiple rowsets under mysql 5.0.
Patch from Guy Harrison (guy dot a dot harrison (at) gmail dot com)


Revision tags: php-4.4.0RC2
# 348c0cdd 24-Jun-2005 Ilia Alshanetsky

Added PDO_MYSQL_ATTR_USE_BUFFERED_QUERY parameter for pdo_mysql, to toggle
usage of buffered queries.


Revision tags: php-5.1.0b2, php-4.4.0RC1, php-5.1.0b1, php-5.0.1b1
# fa0e534f 18-May-2005 Ilia Alshanetsky

Various compiler warning fixes.


# 569138e0 19-Apr-2005 Ilia Alshanetsky

removed unused var.


# 0e575286 19-Apr-2005 foobar

No c++ comments in C code


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
# f7e8fcb8 27-Feb-2005 Hartmut Holzgraefe

fully distinguish between database and statement level errors


# dd7d41e9 27-Feb-2005 Hartmut Holzgraefe

use fetch_fields only once and remember the result


# 04f2f981 27-Feb-2005 Hartmut Holzgraefe

changed the error checks on result set retrieval
UPDATEs not modifying anything are not actually bugs


# 81770f3c 27-Feb-2005 Hartmut Holzgraefe

no need to check for execution status, always free a result set if there
is one


# beb71519 27-Feb-2005 Hartmut Holzgraefe

cols


# 8725ed75 27-Feb-2005 Hartmut Holzgraefe

CS / whitespace


# fd39b78b 20-Feb-2005 Hartmut Holzgraefe

fix for PECL bug #3529


# 5f3dd68a 20-Feb-2005 Hartmut Holzgraefe

fix for PECL bug 3530


Revision tags: RELEASE_0_2_4, RELEASE_0_2_3
# 5904d59f 12-Feb-2005 Ilia Alshanetsky

Fixed compiler warnings.


1234