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
Age
Commit message (
Expand
)
Author
2024-11-18
Fixed #18392 -- Changed default mysql encoding to "utf8mb4".
Ben Cail
2024-02-23
Simplified using DATABASES["OPTIONS"].
Florian Apolloner
2024-01-26
Applied Black's 2024 stable style.
Mariusz Felisiak
2023-08-10
Fixed #33817 -- Added support for python-oracledb and deprecated cx_Oracle.
Jingbei Li
2023-05-04
Fixed #34535 -- Fixed SQLite dbshell crash on pathlib.Path when handling Comm...
Jan Pieter Waagmeester
2022-07-18
Fixed #33854 -- Corrected the order of parameters in dbshell on PostgreSQL.
Jarrett Keifer
2022-05-20
Fixed #33715 -- Allowed keyboard interrupt to abort queries in MySQL dbshell.
Hasan Ramezani
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2021-05-12
Fixed #32732 -- Removed usage of deprecated 'db' and 'passwd' connection opti...
Nick Pope
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-02-10
Fixed #32355 -- Dropped support for Python 3.6 and 3.7
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 -- Prevented password leak on MySQL dbshell crash.
Simon Charette
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-10-17
Fixed #6517 -- Made dbshell use charset option on MySQL.
manav014
2020-06-12
Fixed #31491 -- Allowed 'password' option in DATABASES['OPTIONS'] on MySQL.
Hasan Ramezani
2020-04-14
Fixed #29501 -- Allowed dbshell to pass options to underlying tool.
Adam Johnson
2020-04-14
Refs #29501 -- Added test for missing dbshell executable.
Mariusz Felisiak
2019-12-16
Fixed #31076 -- Fixed dbshell crash on Windows with Python < 3.8.
Zeynel Özdemir
2019-08-23
Fixed broken OracleDbshellTests tests after 9386586f31b8a0bccf59a1bff647cd829...
Mariusz Felisiak
2019-08-23
Replaced subprocess commands by run() wherever possible.
Claude Paroz
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
2019-01-27
Removed default mode='r' argument from calls to open().
Jon Dufresne
2018-10-25
Fixed #29534 -- Made dbshell use rlwrap on Oracle if available.
Mariusz Felisiak
2018-08-01
Fixed typos in comments and docs.
luz.paz
2017-06-19
Fixed #28322 -- Added dbshell support for MySQL client TLS certs.
Paul Tiplady
2017-04-01
Fixed #27954 -- Allowed keyboard interrupt to abort queries in PostgreSQL dbs...
Chris Sinchok
2017-01-20
Refs #23919 -- Removed django.test.mock Python 2 compatibility shim.
Tim Graham
2017-01-20
Refs #23919 -- Removed unneeded force_str calls
Claude Paroz
2017-01-18
Refs #23919 -- Removed six.PY2/PY3 usage
Claude Paroz
2017-01-18
Refs #23919 -- Removed encoding preambles and future imports
Claude Paroz
2016-06-03
Fixed #26698 -- Fixed PostgreSQL dbshell crash on an empty database name.
mieciu
2015-08-07
Fixed #25175 -- Renamed the postgresql_psycopg2 database backend to postgresql.
Caio Ariede
2015-07-06
Refs #23658 -- Fixed dbshell tests on Windows.
Tim Graham
2015-07-01
Refs #23658 -- Fixed unclosed file in dbshell tests.
Tim Graham
2015-06-30
Fixed #23658 -- Provided the password to PostgreSQL dbshell command
Jean-Michel Vourgère
2015-06-27
Renamed MySQL-specific dbshell test file.
Tim Graham
2014-08-13
Fixed #22646: Added support for the MySQL ssl-ca option to dbshell.
zsoldosp