Mariusz Felisiak
|
c6525bea9e
|
Fixed #29534 -- Made dbshell use rlwrap on Oracle if available.
|
2018-10-25 19:39:42 -04:00 |
luz.paz
|
97e637a87f
|
Fixed typos in comments and docs.
|
2018-08-01 16:09:22 -04:00 |
Paul Tiplady
|
335a8d7895
|
Fixed #28322 -- Added dbshell support for MySQL client TLS certs.
|
2017-06-19 18:11:25 -04:00 |
Chris Sinchok
|
66150f7cf6
|
Fixed #27954 -- Allowed keyboard interrupt to abort queries in PostgreSQL dbshell.
Thanks Tim Martin for review.
|
2017-04-01 21:01:08 -04:00 |
Tim Graham
|
7aba69145d
|
Refs #23919 -- Removed django.test.mock Python 2 compatibility shim.
|
2017-01-20 08:17:20 -05:00 |
Claude Paroz
|
dc8834cad4
|
Refs #23919 -- Removed unneeded force_str calls
|
2017-01-20 08:44:31 +01:00 |
Claude Paroz
|
c716fe8782
|
Refs #23919 -- Removed six.PY2/PY3 usage
Thanks Tim Graham for the review.
|
2017-01-18 16:21:28 +01:00 |
Claude Paroz
|
d7b9aaa366
|
Refs #23919 -- Removed encoding preambles and future imports
|
2017-01-18 09:55:19 +01:00 |
mieciu
|
19ff506878
|
Fixed #26698 -- Fixed PostgreSQL dbshell crash on an empty database name.
|
2016-06-03 12:30:21 -04:00 |
Caio Ariede
|
ec9004728e
|
Fixed #25175 -- Renamed the postgresql_psycopg2 database backend to postgresql.
|
2015-08-07 09:33:17 -04:00 |
Tim Graham
|
6bd8462380
|
Refs #23658 -- Fixed dbshell tests on Windows.
|
2015-07-06 16:17:56 -04:00 |
Tim Graham
|
b535eb3fcb
|
Refs #23658 -- Fixed unclosed file in dbshell tests.
|
2015-07-01 13:45:02 -04:00 |
Jean-Michel Vourgère
|
b64c0d4d61
|
Fixed #23658 -- Provided the password to PostgreSQL dbshell command
The password from settings.py is written in a temporary .pgpass file
file whose name is given to psql using the PGPASSFILE environment
variable.
|
2015-06-30 18:21:51 -04:00 |
Tim Graham
|
1e63652e44
|
Renamed MySQL-specific dbshell test file.
|
2015-06-27 16:22:11 -04:00 |
zsoldosp
|
01801edd37
|
Fixed #22646: Added support for the MySQL ssl-ca option to dbshell.
|
2014-08-13 18:29:42 -04:00 |