mirror of
https://github.com/php/php-src.git
synced 2024-12-13 03:44:17 +08:00
684be9cf36
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.
26 lines
627 B
Plaintext
Executable File
26 lines
627 B
Plaintext
Executable File
$Id$
|
|
|
|
In no particular order:
|
|
|
|
Low-level:
|
|
|
|
- Scanner for :named placeholders and prepare()/execute() emulation (George)
|
|
- $dbh->quote()
|
|
- Exceptions and unified error API
|
|
- Scrollable cursors
|
|
- meta data from driver, such as server version and supported features
|
|
- field meta data from statement handles
|
|
- $dbh->exec() for one-shot SQL
|
|
- LOB support via Streams API
|
|
- persistent handles
|
|
- iterator support
|
|
- "lazy" fetch support
|
|
|
|
Not-so-low-level:
|
|
- hash key case folding for portabilitiy, ala sqlite.assoc_case, but not using an ini option.
|
|
- fetchAll(), single row, single column fetches etc.
|
|
|
|
Could be more...
|
|
|
|
vim:tw=78:et
|