php-src/ext/pdo/TODO
Wez Furlong 7937f0a229 Implement persistent connections
$dbh->exec --> $dbh->query
2004-09-23 20:07:02 +00:00

20 lines
345 B
Plaintext
Executable File

$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