-
Notifications
You must be signed in to change notification settings - Fork 130
Closed
Description
mssql-django/mssql/functions.py
Lines 277 to 280 in 9f58a00
if VERSION >= (3, 1): | |
KeyTransformIn.as_microsoft = json_KeyTransformIn | |
KeyTransformExact.process_rhs = json_KeyTransformExact_process_rhs | |
HasKeyLookup.as_microsoft = json_HasKeyLookup |
This line can't be right?! This applies to all other database drivers (such as mysql, postgresql, etc) by overriding the django.db.model files.
This should get an immediate fix. Did someone copy/paste this wrong here? Should it be this?
KeyTransformExact.as_microsoft = json_KeyTransformExact_process_rhs
Metadata
Metadata
Assignees
Labels
No labels