Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed #32456 -- Added dbshell support for specifying a password file on ↵ | Hasan Ramezani | 2021-03-01 | 1 | -0/+28 |
| | | | | PostgreSQL. | ||||
* | Refs #32292 -- Made dbshell do not use 'postgres' database when service name ↵ | Mariusz Felisiak | 2021-02-26 | 1 | -1/+1 |
| | | | | | is set. Regression in dcb3ad3319cad5c270a1856fd5f355e37cf9d474. | ||||
* | Fixed #32292 -- Added support for connection by service name to PostgreSQL. | Hasan Ramezani | 2021-01-20 | 1 | -0/+6 |
| | |||||
* | Refs #32061 -- Fixed test_crash_password_does_not_leak() crash on Windows. | Mariusz Felisiak | 2020-11-03 | 1 | -0/+3 |
| | | | | | | | | | | When env is passed to subprocess.run() we should pass all existing environment variables. This fixes crash on Windows: Fatal Python error: failed to get random numbers to initialize Python Fatal Python error: _Py_HashRandomization_Init: failed to get random numbers to initialize Python Python runtime state: preinitialized | ||||
* | Refs #32061 -- Added test for dbshell password leak on PostgreSQL. | Simon Charette | 2020-10-30 | 1 | -0/+13 |
| | |||||
* | Refs #32061 -- Unified DatabaseClient.runshell() in db backends. | Simon Charette | 2020-10-29 | 1 | -54/+41 |
| | |||||
* | Fixed #29501 -- Allowed dbshell to pass options to underlying tool. | Adam Johnson | 2020-04-14 | 1 | -3/+12 |
| | |||||
* | Fixed typos in comments and a test name. | Min ho Kim | 2019-07-19 | 1 | -1/+1 |
| | |||||
* | Fixed #30370 -- Added dbshell support for client TLS certificates on PostgreSQL. | Oleh Mykytiuk | 2019-04-18 | 1 | -7/+30 |
| | |||||
* | Fixed #30173 -- Simplified db.backends.postgresql.client. | Daniel Bowring | 2019-02-13 | 1 | -33/+13 |
| | |||||
* | Refs #25175 -- Renamed test file referencing the old postgresql_psycopg2 engine. | Tim Graham | 2019-02-13 | 1 | -0/+116 |