Skip to content

Commit 1000f01

Browse files
committed
Merge branch 'azure-1.11' into azure-2.0
2 parents 46ea40e + 33744cc commit 1000f01

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
@@ -12,6 +12,7 @@ class DatabaseFeatures(BaseDatabaseFeatures):
1212
has_real_datatype = True
1313
has_select_for_update = True
1414
has_select_for_update_nowait = True
15+
has_select_for_update_skip_locked = True
1516
has_zoneinfo_database = False
1617
ignores_table_name_case = True
1718
ignores_quoted_identifier_case = True

0 commit comments

Comments
 (0)