1
0
mirror of https://github.com/danog/ext-pq.git synced 2024-11-27 04:14:51 +01:00
ext-pq/TODO

18 lines
429 B
Plaintext
Raw Normal View History

2013-01-21 12:13:21 +01:00
* parse arrays out of PQgetvalue
2013-01-23 00:02:55 +01:00
* listenAsync & notifyAsync
* COPY
2013-01-25 21:08:56 +01:00
* transaction savepoints
* transaction snapshots
2013-01-23 00:02:55 +01:00
* pq\Event\Result\Destroy,
* pq\Event\Connection\Destroy
* bound columns/variables
2013-01-23 00:02:55 +01:00
* fetchInto/fetchCtor?
* unlisten?
* pq\Result->__clone through PQcopyResult?
2013-01-27 23:17:52 +01:00
* LOB stream wrapper
* LOB convenience import/export over php streams
2013-01-30 17:21:38 +01:00
* check PQresult listeners for PGresults immediately cleared after PQexec...