summaryrefslogtreecommitdiff
path: root/ext/pdo_mysql/mysql_statement.c
Commit message (Expand)AuthorAgeFilesLines
* MFB51: Fixed bug #36345 (PDO/MySQL problem loading BLOB over 1MB).Ilia Alshanetsky2006-02-141-4/+2
* bump year and license versionfoobar2006-01-011-3/+3
* MF51:Antony Dovgal2005-12-051-0/+11
* fix possible crash in pdo_mysql_stmt_dtor()Antony Dovgal2005-11-301-1/+1
* - free S->stmtAntony Dovgal2005-10-271-1/+9
* Fixed bug #34623 (Crash in pdo_mysql on longtext fields).Ilia Alshanetsky2005-10-191-0/+6
* protect against underflow - refs http://pecl.php.net/bugs/bug.php?id=5193George Schlossnagle2005-09-011-1/+1
* Fixed bug #34001 (pdo_mysql truncates numberic fields at 4 chars)Ilia Alshanetsky2005-09-011-3/+21
* Fixed memory corruption (wrong order of operations of stored prep. stmt).Ilia Alshanetsky2005-07-201-9/+12
* Proper handling for databases that need to pre-calculate length of largeIlia Alshanetsky2005-07-201-2/+1
* Only set attribute if result set contains some columns.Ilia Alshanetsky2005-07-201-1/+1
* clean upIlia Alshanetsky2005-07-201-2/+1
* this hack can and does segv; let's remove it.Wez Furlong2005-07-201-14/+1
* gah!Wez Furlong2005-07-141-1/+1
* it is not an error for a statement to return 0 rows.Wez Furlong2005-07-141-15/+13
* strictly check the result of mysql_affected_rows()Andrey Hristov2005-07-121-4/+11
* stmt->column_count is set only if the result has been already bound, don'tAndrey Hristov2005-07-101-5/+5
* ok, calculate max_length only in case of a blob (normal, medium, long).Andrey Hristov2005-07-101-1/+19
* if the result set is buffered ask libmysql to compute the lengths, soAndrey Hristov2005-07-101-7/+9
* Get precise lengths from the server, as suggested by Andrey.Wez Furlong2005-07-101-0/+3
* Added safety checks.Ilia Alshanetsky2005-07-091-3/+7
* Make cursor closer work with emulation as well.Ilia Alshanetsky2005-07-091-0/+2
* Added missing header check.Ilia Alshanetsky2005-07-091-0/+3
* Implement cursor_closer for MySQL driver.Ilia Alshanetsky2005-07-091-1/+8
* Fixed memory leakIlia Alshanetsky2005-07-091-1/+11
* Fix two bugs:Wez Furlong2005-07-091-5/+6
* Make prepared statements obey buffering flag in MySQL.Ilia Alshanetsky2005-07-071-1/+9
* Fixed memory leak.Ilia Alshanetsky2005-07-071-1/+7
* Enable native mysql 4.1.x prepared statement supportWez Furlong2005-07-031-10/+176
* Experimental support for queries returning multiple rowsets under mysql 5.0.Wez Furlong2005-07-021-1/+44
* Added PDO_MYSQL_ATTR_USE_BUFFERED_QUERY parameter for pdo_mysql, to toggleIlia Alshanetsky2005-06-241-1/+5
* Various compiler warning fixes.Ilia Alshanetsky2005-05-181-1/+0
* removed unused var.Ilia Alshanetsky2005-04-191-1/+0
* No c++ comments in C codefoobar2005-04-191-3/+3
* fully distinguish between database and statement level errorsHartmut Holzgraefe2005-02-271-0/+4
* use fetch_fields only once and remember the resultHartmut Holzgraefe2005-02-271-21/+20
* changed the error checks on result set retrievalHartmut Holzgraefe2005-02-271-7/+18
* no need to check for execution status, always free a result set if thereHartmut Holzgraefe2005-02-271-6/+5
* colsHartmut Holzgraefe2005-02-271-5/+0
* CS / whitespaceHartmut Holzgraefe2005-02-271-9/+9
* fix for PECL bug #3529Hartmut Holzgraefe2005-02-201-1/+1
* fix for PECL bug 3530Hartmut Holzgraefe2005-02-201-1/+1
* Fixed compiler warnings.Ilia Alshanetsky2005-02-121-2/+0
* update for api changesWez Furlong2005-02-061-1/+1
* stub out scrollable cursor changeWez Furlong2005-01-121-1/+2
* rough cut at mysql meta dataWez Furlong2004-09-261-1/+92
* Fixed a bug that could result in false failed query reporting onIlia Alshanetsky2004-07-121-2/+6
* Correctly report errors for statment problems.Ilia Alshanetsky2004-05-201-4/+4
* Error handling support.Ilia Alshanetsky2004-05-201-11/+14
* Don't dup here eitherWez Furlong2004-05-201-3/+1