summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorChinmoy <chinmoy12c@gmail.com>2021-10-28 21:26:29 +0530
committerGitHub <noreply@github.com>2021-10-28 17:56:29 +0200
commit073b7b5915fdfb89a144e81173176ee13ff92a25 (patch)
tree5140e28ec67ab99aac9db8e3822bd5ade95d5fbf /docs
parent8e3b1cf098018b4632de63c359ef6d761e92ec04 (diff)
Fixed #33228 -- Changed value of BaseDatabaseFeatures.has_case_insensitive_like to False.
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/4.1.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/releases/4.1.txt b/docs/releases/4.1.txt
index 1eba2b0539..a8223b7ef8 100644
--- a/docs/releases/4.1.txt
+++ b/docs/releases/4.1.txt
@@ -237,7 +237,8 @@ Database backend API
This section describes changes that may be needed in third-party database
backends.
-* ...
+* ``BaseDatabaseFeatures.has_case_insensitive_like`` is changed from ``True``
+ to ``False`` to reflect the behavior of most databases.
Dropped support for MariaDB 10.2
--------------------------------