mirror of
https://github.com/django/django.git
synced 2025-08-06 11:58:26 +00:00
Fixed #33228 -- Changed value of BaseDatabaseFeatures.has_case_insensitive_like to False.
This commit is contained in:
parent
8e3b1cf098
commit
073b7b5915
6 changed files with 4 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue