diff options
| author | Basil Dubyk <samitnuk.work@gmail.com> | 2018-11-14 20:43:34 +0200 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2018-11-14 13:43:34 -0500 |
| commit | 35a08b8541c856a51b2ab718e0a2fe060debfa2a (patch) | |
| tree | 8015438dae30388b295f4aac89aee98b6dd3edbe /docs | |
| parent | ca2856fb6297378c40622521d21539097c28eb0b (diff) | |
Fixed #17210 -- Made NullBooleanSelect use unknown/true/false as query data.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/2.2.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/releases/2.2.txt b/docs/releases/2.2.txt index debc60c5f6..a8bd9ab488 100644 --- a/docs/releases/2.2.txt +++ b/docs/releases/2.2.txt @@ -380,6 +380,11 @@ Miscellaneous * Support for ``cx_Oracle`` < 6.0 is removed. +* In an attempt to provide more semantic query data, ``NullBooleanSelect`` now + renders ``<option>`` values of ``unknown``, ``true``, and ``false`` instead + of ``1``, ``2``, and ``3``. For backwards compatibility, the old values are + still accepted as data. + .. _deprecated-features-2.2: Features deprecated in 2.2 |
