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 62663b8 commit 8387f95Copy full SHA for 8387f95
sql_server/pyodbc/features.py
@@ -13,6 +13,7 @@ class DatabaseFeatures(BaseDatabaseFeatures):
13
can_return_id_from_insert = True
14
can_use_chunked_reads = False
15
for_update_after_from = True
16
+ greatest_least_ignores_nulls = True
17
has_bulk_insert = True
18
has_real_datatype = True
19
has_select_for_update = True
0 commit comments