Fixed #33228 -- Changed value of BaseDatabaseFeatures.has_case_insensitive_like to False.

This commit is contained in:
Chinmoy 2021-10-28 21:26:29 +05:30 committed by GitHub
parent 8e3b1cf098
commit 073b7b5915
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 4 additions and 5 deletions

View file

@ -28,7 +28,6 @@ class DatabaseFeatures(BaseDatabaseFeatures):
supports_combined_alters = True
nulls_order_largest = True
closed_cursor_error_class = InterfaceError
has_case_insensitive_like = False
greatest_least_ignores_nulls = True
can_clone_databases = True
supports_temporal_subtraction = True