summaryrefslogtreecommitdiff
path: root/django/db/backends/oracle/compiler.py
AgeCommit message (Expand)Author
2018-09-26Fixed #29630 -- Fixed crash of sliced queries with multiple columns with the ...Mariusz Felisiak
2017-10-09Fixed #28670 -- Added FETCH/OFFSET support on Oracle.Mariusz Felisiak
2017-04-10Used NotSupportedError instead of DatabaseError in SQLCompiler.as_sql().Mariusz Felisiak
2017-04-07Fixed #23147 -- Disabled a limit/offset on a query with select_for_update on ...Mariusz Felisiak
2017-02-28Refs #27656 -- Updated django.db docstring verbs according to PEP 257.Anton Samarchyan
2017-01-25Refs #23919 -- Replaced super(ClassName, self) with super().chillaranand
2017-01-14Fixed #27149 -- Added Subquery and Exists database expressions.Matthew Schinckel
2016-10-28Fixed #20939 -- Simplified query generation by converting QuerySet to Query.Tim Graham
2016-04-04Fixed W503 flake8 warnings.Tim Graham
2015-12-17Refs #25894 -- Fixed evaluation of zero-length slices of QuerySet.values() on...Sergey Fedoseev
2015-01-30Fixed #24164 -- Fixed Oracle GIS limited aggregation test failure.Tim Graham
2014-11-26Fixed #23867 -- removed DateQuerySet hacksAnssi Kääriäinen
2014-09-05Limited lines to 119 characters in django/Tim Graham
2014-09-03Fixed #18757, #14462, #21565 -- Reworked database-python type conversionsMarc Tamlyn
2013-09-02Used six.moves.zip_longest, new in six 1.4.0.Aymeric Augustin
2013-07-27Fixed a number of minor misspellings.Julien Phalip
2013-07-08A large number of stylistic cleanups across django/db/Alex Gaynor
2013-02-16Fixed #17260 -- Added time zone aware aggregation and lookups.Aymeric Augustin
2012-08-19[py3] Fixed Oracle specific failuresAnssi Kääriäinen
2012-08-14[py3] Removed unnecessary calls to .keys()Aymeric Augustin
2010-10-13Fixed #12192 -- Don't execute any DB query when the QS slicing being performedRamiro Morales
2009-12-22Fixed #1142 -- Added multiple database support.Russell Keith-Magee