mirror of
https://github.com/django/django.git
synced 2025-08-04 10:59:45 +00:00
Fixed #30412 -- Fixed crash when adding check constraints with OR'ed condition on Oracle and SQLite.
This commit is contained in:
parent
6866c91b63
commit
719b746620
4 changed files with 42 additions and 1 deletions
|
@ -74,3 +74,6 @@ Bugfixes
|
|||
* Fixed a migration crash on Oracle and PostgreSQL when adding a check
|
||||
constraint with a ``contains``, ``startswith``, or ``endswith`` lookup (or
|
||||
their case-insensitive variant) (:ticket:`30408`).
|
||||
|
||||
* Fixed a migration crash on Oracle and SQLite when adding a check constraint
|
||||
with ``condition`` contains ``|`` (``OR``) operator (:ticket:`30412`).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue