index
:
django.git
fix-31295
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
dbshell
/
test_postgresql.py
Age
Commit message (
Expand
)
Author
2024-02-23
Simplified using DATABASES["OPTIONS"].
Florian Apolloner
2022-07-18
Fixed #33854 -- Corrected the order of parameters in dbshell on PostgreSQL.
Jarrett Keifer
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2021-04-27
Fixed #32687 -- Restored passing process’ environment to underlying tool in...
Konstantin Alekseev
2021-03-01
Fixed #32456 -- Added dbshell support for specifying a password file on Postg...
Hasan Ramezani
2021-02-26
Refs #32292 -- Made dbshell do not use 'postgres' database when service name ...
Mariusz Felisiak
2021-01-20
Fixed #32292 -- Added support for connection by service name to PostgreSQL.
Hasan Ramezani
2020-11-03
Refs #32061 -- Fixed test_crash_password_does_not_leak() crash on Windows.
Mariusz Felisiak
2020-10-30
Refs #32061 -- Added test for dbshell password leak on PostgreSQL.
Simon Charette
2020-10-29
Refs #32061 -- Unified DatabaseClient.runshell() in db backends.
Simon Charette
2020-04-14
Fixed #29501 -- Allowed dbshell to pass options to underlying tool.
Adam Johnson
2019-07-19
Fixed typos in comments and a test name.
Min ho Kim
2019-04-18
Fixed #30370 -- Added dbshell support for client TLS certificates on PostgreSQL.
Oleh Mykytiuk
2019-02-13
Fixed #30173 -- Simplified db.backends.postgresql.client.
Daniel Bowring
2019-02-13
Refs #25175 -- Renamed test file referencing the old postgresql_psycopg2 engine.
Tim Graham