1
0
mirror of https://github.com/django/django.git synced 2025-10-24 06:06:09 +00:00

Fixed #33817 -- Added support for python-oracledb and deprecated cx_Oracle.

This commit is contained in:
Jingbei Li
2022-07-12 14:22:40 +08:00
committed by Mariusz Felisiak
parent 59f13ce545
commit 9946f0b0d9
17 changed files with 80 additions and 50 deletions

View File

@@ -536,7 +536,7 @@ class BasicExpressionsTests(TestCase):
results = list(qs)
# Could use Coalesce(subq, Value('')) instead except for the bug in
# cx_Oracle mentioned in #23843.
# oracledb mentioned in #23843.
bob = results[0]
if (
bob["largest_company"] == ""