django1/django/db/backends/base
Nick Pope 7286eaf681 Refs #13312 -- Simplified handling of nulls ordering on MySQL.
MySQL & MariaDB support the standard IS NULL and IS NOT NULL so
the same workaround used for NULLS FIRST and NULLS LAST that is
used for SQLite < 3.30.0 can be used.

Thanks Simon Charette for the discussion.
2019-11-04 14:47:58 +01:00
..
__init__.py Fixed #22603 -- Reorganized classes in django.db.backends. 2015-01-14 14:16:20 -05:00
base.py Fixed typos in comments and docs. 2019-07-02 09:36:17 +02:00
client.py Refs #27656 -- Updated django.db docstring verbs according to PEP 257. 2017-02-28 09:17:27 -05:00
creation.py Fixed #30184 -- Removed ellipsis characters from shell output strings. 2019-02-13 13:59:44 -05:00
features.py Refs #13312 -- Simplified handling of nulls ordering on MySQL. 2019-11-04 14:47:58 +01:00
introspection.py Refs #23879 -- Made introspection respect required_db_features. 2019-08-12 06:33:46 +02:00
operations.py Fixed #29444 -- Allowed returning multiple fields from INSERT statements on Oracle. 2019-09-24 10:22:43 +02:00
schema.py Fixed #30591 -- Fixed recreation of foreign key constraints on MySQL when altering type of referenced unique field. 2019-09-11 11:21:08 +02:00
validation.py Refs #27859 -- Refactored BaseDatabaseValidation to use check_field_type(). 2017-05-14 18:34:45 +02:00