index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
db
/
backends
/
oracle
/
query.py
Age
Commit message (
Expand
)
Author
2009-12-22
Fixed #1142 -- Added multiple database support.
Russell Keith-Magee
2009-05-11
Fixed #11051 -- Oracle passes null_fk unit tests in trunk again. Thanks, Jir...
Matt Boersma
2009-03-13
Fixed #10238: coerce TextField values to unicode in the oracle backend.
Ian Kelly
2009-01-15
Fixed #10033: In the Oracle backend, restored code lost in the aggregation me...
Karen Tracey
2009-01-15
Removed an redundant import from the Oracle backend. Thanks to Ramiro Morales...
Russell Keith-Magee
2009-01-15
Fixed #3566 -- Added support for aggregation to the ORM. See the documentatio...
Russell Keith-Magee
2008-10-24
Fixed #9307 -- Added the ability to pickle the Query class used by the Oracle
Malcolm Tredinnick
2008-10-18
Fixed #9136: Do slicing in Oracle with rownum instead of row_number() for a s...
Ian Kelly
2008-10-10
Fixed .distinct() not working with slicing in Oracle, due to the
Ian Kelly
2008-08-22
Fixed Oracle backend limit/offset SQL to again use extra_select, properly thi...
Matt Boersma
2008-08-19
Fixed Oracle backend not to use extra_select for limit/offset type queries, w...
Matt Boersma
2008-07-24
Fixed Oracle backend failure in test suite for modeltests.queries. Item.obje...
Matt Boersma
2008-05-05
Cleaned up some comments in the Oracle backend. Fixes #7139. Thanks, adamv.
Ian Kelly
2008-04-27
Merged the queryset-refactor branch into trunk.
Malcolm Tredinnick