django/tests/dbshell
Jingbei Li 9946f0b0d9 Fixed -- Added support for python-oracledb and deprecated cx_Oracle. 2023-08-10 10:11:53 +02:00
..
__init__.py
fake_client.py Refs -- Added test for dbshell password leak on PostgreSQL. 2020-10-30 10:12:47 +01:00
test_mysql.py Fixed -- Allowed keyboard interrupt to abort queries in MySQL dbshell. 2022-05-20 07:11:51 +02:00
test_oracle.py Fixed -- Added support for python-oracledb and deprecated cx_Oracle. 2023-08-10 10:11:53 +02:00
test_postgresql.py Fixed -- Corrected the order of parameters in dbshell on PostgreSQL. 2022-07-18 06:30:20 +02:00
test_sqlite.py Fixed -- Fixed SQLite dbshell crash on pathlib.Path when handling CommandError. 2023-05-04 06:07:12 +02:00
tests.py Refs -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00