1
0
mirror of https://github.com/django/django.git synced 2025-03-17 21:00:44 +00:00

19 Commits

Author SHA1 Message Date
Oleh Mykytiuk
177fa08339 Fixed -- Added dbshell support for client TLS certificates on PostgreSQL. 2019-04-18 08:10:31 +02:00
Daniel Bowring
cf826c9a91 Fixed -- Simplified db.backends.postgresql.client. 2019-02-13 17:12:02 -05:00
Tim Graham
ddb2936852 Refs -- Renamed test file referencing the old postgresql_psycopg2 engine. 2019-02-13 17:11:33 -05:00
Jon Dufresne
7e3bf2662b Removed default mode='r' argument from calls to open(). 2019-01-27 17:41:43 -05:00
Mariusz Felisiak
c6525bea9e Fixed -- 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 -- Added dbshell support for MySQL client TLS certs. 2017-06-19 18:11:25 -04:00
Chris Sinchok
66150f7cf6 Fixed -- 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 -- Removed django.test.mock Python 2 compatibility shim. 2017-01-20 08:17:20 -05:00
Claude Paroz
dc8834cad4 Refs -- Removed unneeded force_str calls 2017-01-20 08:44:31 +01:00
Claude Paroz
c716fe8782 Refs -- Removed six.PY2/PY3 usage
Thanks Tim Graham for the review.
2017-01-18 16:21:28 +01:00
Claude Paroz
d7b9aaa366 Refs -- Removed encoding preambles and future imports 2017-01-18 09:55:19 +01:00
mieciu
19ff506878 Fixed -- Fixed PostgreSQL dbshell crash on an empty database name. 2016-06-03 12:30:21 -04:00
Caio Ariede
ec9004728e Fixed -- Renamed the postgresql_psycopg2 database backend to postgresql. 2015-08-07 09:33:17 -04:00
Tim Graham
6bd8462380 Refs -- Fixed dbshell tests on Windows. 2015-07-06 16:17:56 -04:00
Tim Graham
b535eb3fcb Refs -- Fixed unclosed file in dbshell tests. 2015-07-01 13:45:02 -04:00
Jean-Michel Vourgère
b64c0d4d61 Fixed -- 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 : Added support for the MySQL ssl-ca option to dbshell. 2014-08-13 18:29:42 -04:00