diff options
author | Wez Furlong <wez@php.net> | 2005-01-07 05:23:10 +0000 |
---|---|---|
committer | Wez Furlong <wez@php.net> | 2005-01-07 05:23:10 +0000 |
commit | 6e0d8dd06f4e5fe63d9c8c28ced70b79c62a7b28 (patch) | |
tree | a8007febb21790d6123929b3d57fb901f9f601b0 /ext/pdo_sqlite/sqlite/src/os_unix.c | |
parent | 1c9200da92d0652cd6f05d98955b5a5668890bfc (diff) | |
download | php-git-6e0d8dd06f4e5fe63d9c8c28ced70b79c62a7b28.tar.gz |
implement SQLSTATE style error codes.
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.
Diffstat (limited to 'ext/pdo_sqlite/sqlite/src/os_unix.c')
0 files changed, 0 insertions, 0 deletions