mirror of
https://github.com/Hopiu/django.git
synced 2026-03-19 15:30:24 +00:00
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. |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| models.py | ||
| test_creation.py | ||
| test_features.py | ||
| test_mysql.py | ||
| test_postgresql.py | ||
| test_utils.py | ||
| tests.py | ||