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.
2 parents 46ea40e + 33744cc commit 1000f01Copy full SHA for 1000f01
sql_server/pyodbc/features.py
@@ -12,6 +12,7 @@ class DatabaseFeatures(BaseDatabaseFeatures):
12
has_real_datatype = True
13
has_select_for_update = True
14
has_select_for_update_nowait = True
15
+ has_select_for_update_skip_locked = True
16
has_zoneinfo_database = False
17
ignores_table_name_case = True
18
ignores_quoted_identifier_case = True
0 commit comments