summaryrefslogtreecommitdiff
path: root/django/db/backends/oracle/introspection.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed #399: Added big integer field. Thanks to Tomáš Kopeček for persisten...Karen Tracey2009-12-171-1/+4
* Fixed #11049: introspection on Oracle now identifies IntegerFields correctly.Matt Boersma2009-08-211-0/+8
* Fixed #11033 -- handle cx_Oracle.UNICODE when driver was compiled without Uni...Matt Boersma2009-05-121-0/+5
* Fixed #11050 -- Oracle now passes all but one introspection unit test.Matt Boersma2009-05-111-30/+27
* Fixed Oracle introspection mapping of DATE columns, and added an entry for Or...Ian Kelly2008-10-131-1/+6
* Fixed #5461 -- Refactored the database backend code to use classes for the cr...Russell Keith-Magee2008-08-111-88/+93
* 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