Skip to content

Commit 54ec7c9

Browse files
committed
add an unavailable feature on SQL Server
1 parent 6b224ae commit 54ec7c9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

django_pyodbc/base.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ class DatabaseFeatures(BaseDatabaseFeatures):
4747
can_use_chunked_reads = False
4848
can_return_id_from_insert = True
4949
supports_microsecond_precision = False
50+
supports_subqueries_in_group_by = False
5051
supports_transactions = True
5152
#uses_savepoints = True
5253

0 commit comments

Comments
 (0)