Skip to content

Commit 8387f95

Browse files
committed
add supported feature
1 parent 62663b8 commit 8387f95

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sql_server/pyodbc/features.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ class DatabaseFeatures(BaseDatabaseFeatures):
1313
can_return_id_from_insert = True
1414
can_use_chunked_reads = False
1515
for_update_after_from = True
16+
greatest_least_ignores_nulls = True
1617
has_bulk_insert = True
1718
has_real_datatype = True
1819
has_select_for_update = True

0 commit comments

Comments
 (0)