summaryrefslogtreecommitdiff
path: root/django/db/backends/oracle/introspection.py
Commit message (Expand)AuthorAgeFilesLines
* Refactored quote_name() to DatabaseOperations.quote_name(). Refs #5106Adrian Holovaty2007-08-201-2/+2
* Merged boulder-oracle-sprint branch (r3965:5512) back into trunk. AllMalcolm Tredinnick2007-06-231-17/+65
* Fixed #2365, #3324 -- Renamed FloatField to DecimalField and changed the codeMalcolm Tredinnick2007-05-211-1/+1
* Fixed a bunch of spurious imports, typos, and other small errors turned up by...Jacob Kaplan-Moss2006-07-211-2/+0
* Added half of oracle backend. (The other half is all of the special-casing in...Adrian Holovaty2006-05-261-0/+52