a8b3f96f6a
The LIKE operator wildcard generated for contains, startswith, endswith and their case-insensitive variant lookups was conflicting with parameter interpolation on CREATE constraint statement execution. Ideally we'd delegate parameters interpolation in DDL statements on backends that support it but that would require backward incompatible changes to the Index and Constraint SQL generating methods. Thanks David Sanders for the report. |
||
---|---|---|
.. | ||
__init__.py | ||
base.py | ||
client.py | ||
creation.py | ||
features.py | ||
functions.py | ||
introspection.py | ||
operations.py | ||
schema.py | ||
utils.py | ||
validation.py |