mirror of
https://github.com/Hopiu/django.git
synced 2026-04-23 00:04:48 +00:00
Oracle also treats NULLs as largests values when ordering.
This commit is contained in:
parent
86f4459f9e
commit
859e678b3d
1 changed files with 1 additions and 0 deletions
|
|
@ -90,6 +90,7 @@ class DatabaseFeatures(BaseDatabaseFeatures):
|
|||
has_bulk_insert = True
|
||||
supports_tablespaces = True
|
||||
supports_sequence_reset = False
|
||||
nulls_order_largest = True
|
||||
|
||||
|
||||
class DatabaseOperations(BaseDatabaseOperations):
|
||||
|
|
|
|||
Loading…
Reference in a new issue