summaryrefslogtreecommitdiff
path: root/django/db/backends/oracle/query.py
Commit message (Expand)AuthorAgeFilesLines
* queryset-refactor: Fixed some missing imports from [7470]. Thanks, Justin Bronn.archive/attic/queryset-refactorattic/queryset-refactorMalcolm Tredinnick2008-04-271-2/+2
* queryset-refactor: Pass any extra(select=...) columns through the valueMalcolm Tredinnick2008-04-261-40/+46
* queryset-refactor: An attempt to fix an ambiguous column error that can ariseMalcolm Tredinnick2008-04-251-3/+5
* queryset-refactor: The change in [7438] didn't fix #7036 properly. This is aMalcolm Tredinnick2008-04-231-3/+16
* queryset-refactor: Fixed db column to model field mapping for Oracle backend.Malcolm Tredinnick2008-04-201-2/+2
* queryset-refactor: The Oracle changes necessary for [7426]. I can't test theseMalcolm Tredinnick2008-04-161-0/+130