-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: Support for xml
data type
#34
Comments
This is the test table I came up with. I used two lines from the StackOverflow
|
After looking at the JSON Schema documentation I thought I would use the keywords https://json-schema.org/understanding-json-schema/reference/non_json_data.html#contentmediatype
|
While trying to add support for In
|
It's the data type that stores XML data. You can store xml instances in a column, or a variable of xml type.
https://learn.microsoft.com/en-us/sql/t-sql/xml/xml-transact-sql?view=sql-server-ver16
https://docs.sqlalchemy.org/en/14/dialects/mssql.html#sqlalchemy.dialects.mssql.XML
The text was updated successfully, but these errors were encountered: