summaryrefslogtreecommitdiff
path: root/ext/pdo/pdo.php
Commit message (Collapse)AuthorAgeFilesLines
* update ready for releaseWez Furlong2005-02-091-2/+2
| | | | | | # includes big hack to help guide people into running "make install" so # that the headers get installed; works around a pear bug.
* implement SQLSTATE style error codes.Wez Furlong2005-01-071-13/+40
| | | | | | | | | | Allow drivers to add methods to dbh and stmt objects (note that we can't use a class, because the use only sees the PDO class). Clarify the api slightly: PDO::exec() is used for one-shot queries that don't return rows PDO::query() is a convenience function for returning a rowset without having to go through the steps of preparing and executing.
* Hello PDO.Wez Furlong2004-05-171-0/+35
Still more to come. Give it a couple of days before starting to write drivers for the other databases; a few things might change, so I'd like to coordinate that, but in a couple of days.