summaryrefslogtreecommitdiff
path: root/ext/pdo_mysql/mysql_statement.c
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tag 'php_5_0_0RC3'.php-5.0.0RC3SVN Migration2004-06-071-165/+0
* 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
* - Allow to build with ext/mysqliMarcus Boerger2004-05-191-12/+12
* Row count cannot be calculated in MySQL without buffering the query.Ilia Alshanetsky2004-05-191-1/+0
* Prevent possible crash when working with column containing NULL.Ilia Alshanetsky2004-05-191-1/+3
* Added lastInsertId() method for retrieving last insert id.Ilia Alshanetsky2004-05-191-5/+4
* initial import of mysql 3.x pdo driverGeorge Schlossnagle2004-05-181-0/+164