prisma / quaint

SQL Query AST and Visitor for Rust
Apache License 2.0
583 stars 61 forks source link

Xml support #194

Closed dpetrick closed 3 years ago

dpetrick commented 3 years ago

Adds Value::Xml and handling of that type. The implementation is simplistic at the moment, e.g. equals comparisons for a XML field are done as string operations.

pimeys commented 3 years ago

Naturally squash this before rebasing!