summaryrefslogtreecommitdiff
path: root/tests/dbshell/test_oracle.py
Commit message (Expand)AuthorAgeFilesLines
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-11/+13
* Refs #32061 -- Unified DatabaseClient.runshell() in db backends.Simon Charette2020-10-291-20/+30
* Fixed #29501 -- Allowed dbshell to pass options to underlying tool.Adam Johnson2020-04-141-2/+10
* Fixed broken OracleDbshellTests tests after 9386586f31b8a0bccf59a1bff647cd829...Mariusz Felisiak2019-08-231-3/+3
* Replaced subprocess commands by run() wherever possible.Claude Paroz2019-08-231-4/+5
* Fixed #29534 -- Made dbshell use rlwrap on Oracle if available.Mariusz Felisiak2018-10-251-0/+33