-
Notifications
You must be signed in to change notification settings - Fork 32
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
Support for XML data types #66
Comments
Still no support for xml data type ? I have a db with a column defined as xml (no way to change it). Can't go ahead with reactive/r2dbc. Is it planned for soon ? |
Thanks for signaling interest from your side. This is an open-source project that is maintained by volunteers. Feel free to come up with a pull request if you want to use XML data types through R2DBC. |
I understand. But I'm not sure I'm able to add what is missing for having it working. I first downloaded the sources and build it successfully with
But now when starting my application I have If I comment It doesn't start well... |
The |
Ideally, we interchange SQLXML as Clob type. We should also provide a utility to retrieve SQLXML for document parsing and to provide Clob data from a Document.
The text was updated successfully, but these errors were encountered: