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

Commit 822ac7e

Browse files
committed
add xml col type
1 parent 38b9f90 commit 822ac7e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

data_diff/databases/mssql.py

+1
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)