index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
db
/
backends
/
oracle
/
client.py
Age
Commit message (
Expand
)
Author
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
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-08-23
Replaced subprocess commands by run() wherever possible.
Claude Paroz
2018-10-25
Fixed #29534 -- Made dbshell use rlwrap on Oracle if available.
Mariusz Felisiak
2016-06-27
Fixed #26751 -- Made dbshell exit with the shell's error code.
Étienne BERSAC
2015-01-14
Fixed #22603 -- Reorganized classes in django.db.backends.
Tim Graham
2014-08-04
Fixed #22234 -- Replaced OS-specific code with subprocess.call() in dbshell.
Mihail Milushev
2013-07-08
A large number of stylistic cleanups across django/db/
Alex Gaynor
2009-04-11
Fixed #10357 -- Fixed the "dbshell" command for Windows users.
Malcolm Tredinnick
2009-03-11
Fixed #10459 -- Refactored the internals of database connection objects so th...
Adrian Holovaty
2009-01-08
Fixed #9972: The dbshell command was ignoring the DATABASE_HOST and DATABASE_...
Ian Kelly
2008-09-09
db: Gave each DatabaseClient class an 'executable_name' attribute (e.g., 'psq...
Adrian Holovaty
2008-08-11
Fixed #5461 -- Refactored the database backend code to use classes for the cr...
Russell Keith-Magee
2007-06-23
Merged boulder-oracle-sprint branch (r3965:5512) back into trunk. All
Malcolm Tredinnick
2006-05-26
Added half of oracle backend. (The other half is all of the special-casing in...
Adrian Holovaty