pq\Event::NOTICE
[m6w6/ext-pq] / TODO
1 * parse arrays out of PQgetvalue
2 * listenAsync & notifyAsync
3 * LOBs
4 * COPY
5 * transaction savepoints
6 * transaction snapshots
7 * notice receiver (else libpq uses stderr)
8 * pq\Event\Notice
9
10 * pq\Event\Result\Create,
11 pq\Event\Result\Destroy,
12 pq\Event\Connection\Reset,
13 pq\Event\Connection\Destroy
14 * fetchInto/fetchCtor?
15 * unlisten?
16 * tracing?
17 * userland event handler?
18 * pq\Result->__clone through PQcopyResult?
19 * db/pass/user/host/port/options properties on pq\Connection?