1
0
mirror of https://github.com/django/django.git synced 2025-04-07 06:56:40 +00:00
François Freitag 6a2624286b [1.11.x] Fixed #28062 -- Added a setting to disable server-side cursors on PostgreSQL.
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.

Backport of 88336fdbb5e101fa25825b737169c0d6af2faa93 from master
2017-05-06 07:45:46 -04:00
..
2016-10-06 10:21:57 -04:00
2014-11-03 07:47:39 -05:00
2016-12-22 19:16:26 -05:00