summaryrefslogtreecommitdiff
path: root/django/db/backends/oracle/query.py
AgeCommit message (Expand)Author
2009-12-22Fixed #1142 -- Added multiple database support.Russell Keith-Magee
2009-05-11Fixed #11051 -- Oracle passes null_fk unit tests in trunk again. Thanks, Jir...Matt Boersma
2009-03-13Fixed #10238: coerce TextField values to unicode in the oracle backend.Ian Kelly
2009-01-15Fixed #10033: In the Oracle backend, restored code lost in the aggregation me...Karen Tracey
2009-01-15Removed an redundant import from the Oracle backend. Thanks to Ramiro Morales...Russell Keith-Magee
2009-01-15Fixed #3566 -- Added support for aggregation to the ORM. See the documentatio...Russell Keith-Magee
2008-10-24Fixed #9307 -- Added the ability to pickle the Query class used by the OracleMalcolm Tredinnick
2008-10-18Fixed #9136: Do slicing in Oracle with rownum instead of row_number() for a s...Ian Kelly
2008-10-10Fixed .distinct() not working with slicing in Oracle, due to the Ian Kelly
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