Skip to content

Commit 7b7ed31

Browse files
authored
Edit README.md for JSONField
1 parent d1914cc commit 7b7ed31

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,9 @@ Here is an example of the database settings:
222222

223223
The following features are currently not supported:
224224
- mssql-django does not support SQL-based regex commands
225-
- Altering a model field from or to AutoField at migration
225+
- Altering a model field from or to AutoField at migration
226+
227+
Certain limitations for JSONField lookups, more details [here](https://github.com/microsoft/mssql-django/wiki/JSONField).
226228

227229
## Future Plans
228230

mssql/functions.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,7 @@ def json_HasKeyLookup(self, compiler, connection):
169169

170170
return sql % tuple(rhs_params), []
171171

172+
172173
ATan2.as_microsoft = sqlserver_atan2
173174
In.split_parameter_list_as_sql = split_parameter_list_as_sql
174175
if VERSION >= (3, 1):

0 commit comments

Comments
 (0)