summaryrefslogtreecommitdiff
path: root/tests/dbshell
AgeCommit message (Expand)Author
2017-06-19Fixed #28322 -- Added dbshell support for MySQL client TLS certs.Paul Tiplady
2017-04-01Fixed #27954 -- Allowed keyboard interrupt to abort queries in PostgreSQL dbs...Chris Sinchok
2017-01-20Refs #23919 -- Removed django.test.mock Python 2 compatibility shim.Tim Graham
2017-01-20Refs #23919 -- Removed unneeded force_str callsClaude Paroz
2017-01-18Refs #23919 -- Removed six.PY2/PY3 usageClaude Paroz
2017-01-18Refs #23919 -- Removed encoding preambles and future importsClaude Paroz
2016-06-03Fixed #26698 -- Fixed PostgreSQL dbshell crash on an empty database name.mieciu
2015-08-07Fixed #25175 -- Renamed the postgresql_psycopg2 database backend to postgresql.Caio Ariede
2015-07-06Refs #23658 -- Fixed dbshell tests on Windows.Tim Graham
2015-07-01Refs #23658 -- Fixed unclosed file in dbshell tests.Tim Graham
2015-06-30Fixed #23658 -- Provided the password to PostgreSQL dbshell commandJean-Michel Vourgère
2015-06-27Renamed MySQL-specific dbshell test file.Tim Graham
2014-08-13Fixed #22646: Added support for the MySQL ssl-ca option to dbshell.zsoldosp