X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-pq;a=blobdiff_plain;f=TODO;h=055eb608310f12c1d9a80a09b06388b77d17a968;hp=0d5b25ee5ec13daa451966064d8775cf1b698161;hb=ac08c194e71fee0f68559c1ec43f323ecc334019;hpb=7028ab969c1803f807f99094d7dcd88fa3da8aac diff --git a/TODO b/TODO index 0d5b25e..055eb60 100644 --- a/TODO +++ b/TODO @@ -1,19 +1,17 @@ * parse arrays out of PQgetvalue * listenAsync & notifyAsync -* LOBs * COPY * transaction savepoints * transaction snapshots -* notice receiver (else libpq uses stderr) -* pq\Event\Notice -* pq\Event\Result\Create, - pq\Event\Result\Destroy, - pq\Event\Connection\Reset, - pq\Event\Connection\Destroy +* pq\Event\Result\Destroy, +* pq\Event\Connection\Destroy + +* bound columns/variables * fetchInto/fetchCtor? * unlisten? -* tracing? -* userland event handler? * pq\Result->__clone through PQcopyResult? -* db/pass/user/host/port/options properties on pq\Connection? \ No newline at end of file +* LOB stream wrapper +* LOB convenience import/export over php streams + +* check PQresult listeners for PGresults immediately cleared after PQexec...