Skip to content

Commit

Permalink
add supported feature
Browse files Browse the repository at this point in the history
  • Loading branch information
michiya committed Mar 25, 2018
1 parent 62663b8 commit 8387f95
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sql_server/pyodbc/features.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ class DatabaseFeatures(BaseDatabaseFeatures):
can_return_id_from_insert = True
can_use_chunked_reads = False
for_update_after_from = True
greatest_least_ignores_nulls = True
has_bulk_insert = True
has_real_datatype = True
has_select_for_update = True
Expand Down

0 comments on commit 8387f95

Please sign in to comment.