php-src/ext/pdo/TODO

20 lines
345 B
Plaintext
Raw Normal View History

$Id$
In no particular order:
Low-level:
- $dbh->quote()
- Scrollable cursors
- meta data from driver, such as server version and supported features
- field meta data from statement handles
- LOB support via Streams API
- iterator support
Not-so-low-level:
- fetchAll(), single row, single column fetches etc.
Could be more...
vim:tw=78:et