We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b224ae commit 54ec7c9Copy full SHA for 54ec7c9
django_pyodbc/base.py
@@ -47,6 +47,7 @@ class DatabaseFeatures(BaseDatabaseFeatures):
47
can_use_chunked_reads = False
48
can_return_id_from_insert = True
49
supports_microsecond_precision = False
50
+ supports_subqueries_in_group_by = False
51
supports_transactions = True
52
#uses_savepoints = True
53
0 commit comments