django/django/db/backends/oracle
Simon Charette 04518e310d Refs #33308 -- Enabled explicit GROUP BY and ORDER BY aliases.
This ensures explicit grouping from using values() before annotating an
aggregate function groups by selected aliases if supported.

The GROUP BY feature is disabled on Oracle because it doesn't support it.
2022-10-06 09:34:31 +02:00
..
__init__.py
base.py Fixed #33379 -- Added minimum database version checks. 2022-02-18 13:37:49 +01:00
client.py Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
creation.py Refs #33476 -- Refactored code to strictly match 88 characters line length. 2022-02-07 20:37:05 +01:00
features.py Refs #33308 -- Enabled explicit GROUP BY and ORDER BY aliases. 2022-10-06 09:34:31 +02:00
functions.py Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
introspection.py Fixed #32234 -- Made inspectdb inform about composite primary keys. 2022-06-01 08:40:44 +02:00
operations.py Refs CVE-2022-34265 -- Unified DatabaseOperations._convert_*_to_tz() hook names. 2022-07-09 13:02:07 +02:00
schema.py Fixed #33881 -- Added support for database collations to ArrayField(Char/TextFields). 2022-08-02 11:44:26 +02:00
utils.py Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
validation.py Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00