Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests/dbshell
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.
* Renamed MySQL-specific dbshell test file.Tim Graham2015-06-271-0/+0
|
* Fixed #22646: Added support for the MySQL ssl-ca option ↵zsoldosp2014-08-142-0/+73
to dbshell.