summaryrefslogtreecommitdiff
path: root/django/db/backends/oracle/query.py
AgeCommit message (Expand)Author
2008-08-22Fixed Oracle backend limit/offset SQL to again use extra_select, properly thi...Matt Boersma
2008-08-19Fixed Oracle backend not to use extra_select for limit/offset type queries, w...Matt Boersma
2008-07-24Fixed Oracle backend failure in test suite for modeltests.queries. Item.obje...Matt Boersma
2008-05-05Cleaned up some comments in the Oracle backend. Fixes #7139. Thanks, adamv.Ian Kelly
2008-04-27Merged the queryset-refactor branch into trunk.Malcolm Tredinnick