django1/django/db/backends
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
..
base Refs #33308 -- Enabled explicit GROUP BY and ORDER BY aliases. 2022-10-06 09:34:31 +02:00
dummy Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
mysql Fixed #34070 -- Added subsecond support to Now() on SQLite and MySQL. 2022-10-03 12:13:27 +02:00
oracle Refs #33308 -- Enabled explicit GROUP BY and ORDER BY aliases. 2022-10-06 09:34:31 +02:00
postgresql Refs #34058 -- Fixed changing/deleting sequences when altering pre-Django 4.1 auto fields on PostgreSQL. 2022-10-01 07:53:32 +02:00
sqlite3 Fixed #33960 -- Fixed migrations crash on SQLite < 3.26. 2022-08-29 09:55:45 +02:00
__init__.py Fixed #22603 -- Reorganized classes in django.db.backends. 2015-01-14 14:16:20 -05:00
ddl_references.py Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
signals.py Fixed #31327 -- Deprecated providing_args argument for Signal. 2020-03-05 09:38:52 +01:00
utils.py Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00