Changes between Version 1 and Version 2 of Ticket #32403, comment 2


Ignore:
Timestamp:
Feb 1, 2021, 2:59:58 PM (3 years ago)
Author:
Kazantcev Andrey

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #32403, comment 2

    v1 v2  
    1717}}}
    1818
     19No specific database env vars sets. Used only default values.
     20
    1921I found a problem. The problem is in [these lines](https://github.com/django/django/blob/f9cfd346f0222d86bfbac26ef5455806965bae6b/django/db/backends/postgresql/base.py#L324-L325). If I have one connection and test expression in if return false then function just return without reraise exception. And `contextmanager` raises error `RuntimeError: generator didn't yield`
    2022
Back to Top