Skip to content
This repository was archived by the owner on May 17, 2024. It is now read-only.

Commit 5e527a2

Browse files
authored
Merge pull request #717 from datafold/LAB-175
add xml col type
2 parents 38b9f90 + 822ac7e commit 5e527a2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

data_diff/databases/mssql.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@ class Dialect(
104104
"nchar": Text,
105105
"binary": Text,
106106
"varbinary": Text,
107+
"xml": Text,
107108
# UUID
108109
"uniqueidentifier": Native_UUID,
109110
# Bool

0 commit comments

Comments
 (0)