- 06 May, 2017 1 kayıt (commit)
-
-
François Freitag yazdı
When a connection pooler is set up in transaction pooling mode, queries relying on server-side cursors fail. The DISABLE_SERVER_SIDE_CURSORS setting in DATABASES disables server-side cursors for this use case.
-
- 11 Ock, 2017 1 kayıt (commit)
-
-
François Freitag yazdı
Thanks to Josh Smeaton for the idea of implementing server-side cursors in PostgreSQL from the iterator method, and Anssi Kääriäinen and Kevin Turner for their previous work. Also Simon Charette and Tim Graham for review.
-