diff options
| author | can <cansarigol@derinbilgi.com.tr> | 2019-04-30 11:20:41 +0300 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2019-04-30 12:32:27 +0200 |
| commit | 719b7466203181066d9537d2e3bec687dffc9f41 (patch) | |
| tree | dca1cbc8958f04d803f0904a86e1c9dd87c0720f /docs/releases/2.2.1.txt | |
| parent | 6866c91b638de5368c18713fa851bfe56253ea55 (diff) | |
Fixed #30412 -- Fixed crash when adding check constraints with OR'ed condition on Oracle and SQLite.
Diffstat (limited to 'docs/releases/2.2.1.txt')
| -rw-r--r-- | docs/releases/2.2.1.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/releases/2.2.1.txt b/docs/releases/2.2.1.txt index 90c9a06e79..38e8052b7d 100644 --- a/docs/releases/2.2.1.txt +++ b/docs/releases/2.2.1.txt @@ -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`). |
