Skip to content

Commit 50febc6

Browse files
aceofwingsOskarPersson
authored andcommitted
Enable feature has_native_uuid_field (#20)
1 parent 3f3898a commit 50febc6

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
@@ -2,6 +2,7 @@
22

33

44
class DatabaseFeatures(BaseDatabaseFeatures):
5+
has_native_uuid_field = True
56
allow_sliced_subqueries_with_in = False
67
can_introspect_autofield = True
78
can_introspect_small_integer_field = True

0 commit comments

Comments
 (0)