django/tests/dbshell
Florian Apolloner 50e95ad536 Simplified using DATABASES["OPTIONS"].
DATABASES["OPTIONS"] are always configured.
2024-02-23 07:49:43 +01:00
..
__init__.py
fake_client.py
test_mysql.py Fixed #33715 -- Allowed keyboard interrupt to abort queries in MySQL dbshell. 2022-05-20 07:11:51 +02:00
test_oracle.py Fixed #33817 -- Added support for python-oracledb and deprecated cx_Oracle. 2023-08-10 10:11:53 +02:00
test_postgresql.py Simplified using DATABASES["OPTIONS"]. 2024-02-23 07:49:43 +01:00
test_sqlite.py Applied Black's 2024 stable style. 2024-01-26 12:45:07 +01:00
tests.py