php-src/ext/pdo/TODO

22 lines
393 B
Plaintext
Raw Normal View History

$Id$
In no particular order:
2005-02-06 21:05:59 +00:00
Probable Bugs:
- persistent connections with bound parameters might segv on subsequent
requests
Low-level:
- $dbh->quote()
- LOB support via Streams API
2004-09-26 20:45:44 +00:00
- make errors generated at the pdo level (as opposed to driver level) use the
selected error mode.
Not-so-low-level:
- fetchAll(), single row, single column fetches etc.
Could be more...
vim:tw=78:et