summaryrefslogtreecommitdiff
path: root/django/db/backends/oracle/client.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed #10357 -- Fixed the "dbshell" command for Windows users.Malcolm Tredinnick2009-04-111-2/+8
* Fixed #10459 -- Refactored the internals of database connection objects so th...Adrian Holovaty2009-03-111-3/+1
* Fixed #9972: The dbshell command was ignoring the DATABASE_HOST and DATABASE_...Ian Kelly2009-01-081-6/+3
* db: Gave each DatabaseClient class an 'executable_name' attribute (e.g., 'psq...Adrian Holovaty2008-09-091-2/+4
* Fixed #5461 -- Refactored the database backend code to use classes for the cr...Russell Keith-Magee2008-08-111-8/+10
* Merged boulder-oracle-sprint branch (r3965:5512) back into trunk. AllMalcolm Tredinnick2007-06-231-5/+6
* Added half of oracle backend. (The other half is all of the special-casing in...Adrian Holovaty2006-05-261-0/+10