Skip to content
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

sql: introduce type <XML> #3784

Open
Totktonada opened this issue Oct 31, 2018 · 4 comments
Open

sql: introduce type <XML> #3784

Totktonada opened this issue Oct 31, 2018 · 4 comments
Labels
Milestone

Comments

@Totktonada
Copy link
Member

Part of JDBC API.

@Totktonada Totktonada added the sql label Oct 31, 2018
@Korablev77 Korablev77 added feature A new functionality sql static types labels Oct 31, 2018
@Korablev77
Copy link
Contributor

Korablev77 commented Oct 31, 2018

Note that XML is not a part of ANSI SQL, it is rather user-defined type.

What is more, there is no native way to operate on XMLs in terms of Tarantool core. Still, we can simply store it as a string or blob.

@Totktonada
Copy link
Member Author

My inderstanding is that SQLXML is Java pair of the XML type in SQL. The latter is described in Part 14 of the SQL standard 2011. But I think we can implement JDBC part on top of BLOB type and rewrite it when/if Tarantool will support XML type.

@Totktonada
Copy link
Member Author

Now I found it is optional in JDBC.

@Totktonada
Copy link
Member Author

It is optional in JDBC, so I think there is no reason to track it here. We have no enough demand to pay time to the feature, at least now. I think the issue can be closed. I'll close the linked tarantool-java issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants