Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests/dbshell/test_postgresql_psycopg2.py
Commit message (Collapse)AuthorAgeFilesLines
* Fixed #25175 -- Renamed the postgresql_psycopg2 database ↵Caio Ariede2015-08-071-1/+1
| | | | backend to postgresql.
* Refs #23658 -- Fixed dbshell tests on Windows.Tim Graham2015-07-061-5/+5
|
* Refs #23658 -- Fixed unclosed file in dbshell tests.Tim Graham2015-07-011-1/+2
|
* Fixed #23658 -- Provided the password to PostgreSQL ↵Jean-Michel Vourgère2015-07-011-0/+117
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.