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 3f3898a commit 50febc6Copy full SHA for 50febc6
sql_server/pyodbc/features.py
@@ -2,6 +2,7 @@
2
3
4
class DatabaseFeatures(BaseDatabaseFeatures):
5
+ has_native_uuid_field = True
6
allow_sliced_subqueries_with_in = False
7
can_introspect_autofield = True
8
can_introspect_small_integer_field = True
0 commit comments