• Aymeric Augustin's avatar
    Fixed #20420 -- Normalized query counts on Oracle. · 40bfd856
    Aymeric Augustin yazdı
    This is achieved by inserting a fake entry in connection.queries when
    not releasing a savepoint (since Oracle doesn't support that operation.)
    
    Also removed the can_release_savepoints feature that was recently added,
    but is superseded by this solution.
    40bfd856
tests.py 221 KB