django/tests/dbshell
Zeynel Özdemir 9d40b6bbf4 Fixed #31076 -- Fixed dbshell crash on Windows with Python < 3.8.
subprocess.run()'s args parameter accepts path-like objects on Windows
since Python 3.8.
2019-12-16 11:20:41 +01:00
..
__init__.py Fixed #22646: Added support for the MySQL ssl-ca option to dbshell. 2014-08-13 18:29:42 -04:00
test_mysql.py Fixed #28322 -- Added dbshell support for MySQL client TLS certs. 2017-06-19 18:11:25 -04:00
test_oracle.py Fixed broken OracleDbshellTests tests after 9386586f31. 2019-08-23 21:25:21 +02:00
test_postgresql.py Fixed typos in comments and a test name. 2019-07-19 18:24:06 +02:00
test_sqlite.py Fixed #31076 -- Fixed dbshell crash on Windows with Python < 3.8. 2019-12-16 11:20:41 +01:00