summaryrefslogtreecommitdiff
path: root/ext/pdo/TODO
blob: ff3b6ed505ca739c093565f666736e638b05b71b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
$Id$

In no particular order:

Probable Bugs:
- persistent connections with bound parameters might segv on subsequent
  requests

Low-level:

- $dbh->quote()
- LOB support via Streams API
- 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