django1/django/db/backends/base
Simon Charette 42e8cf47c7 Fixed #32369 -- Fixed adding check constraints with pattern lookups and expressions as rhs.
This disables interpolation of constraint creation statements. Since
Constraint.create_sql interpolates its parameters instead of deferring
this responsibility to the backend connection it must disable
connection level parameters interpolation.
2021-01-26 06:41:57 +01:00
..
__init__.py
base.py Fixed #32108 -- Made transaction.on_commit() raise TypeError when callback is not a callable. 2020-10-19 20:46:13 +02:00
client.py Refs #32061 -- Unified DatabaseClient.runshell() in db backends. 2020-10-29 22:22:58 +01:00
creation.py Fixed #32178 -- Allowed database backends to skip tests and mark expected failures. 2020-12-10 18:00:57 +01:00
features.py Refs #26167 -- Changed default value of DatabaseFeatures.supports_expression_indexes to True. 2021-01-14 08:32:26 +01:00
introspection.py Fixed #31777 -- Added support for database collations to Char/TextFields. 2020-09-21 18:24:56 +02:00
operations.py Fixed #31640 -- Made Trunc() truncate datetimes to Date/TimeField in a specific timezone. 2020-10-14 20:06:26 +02:00
schema.py Fixed #32369 -- Fixed adding check constraints with pattern lookups and expressions as rhs. 2021-01-26 06:41:57 +01:00
validation.py Refs #27859 -- Refactored BaseDatabaseValidation to use check_field_type(). 2017-05-14 18:34:45 +02:00