[ http://issues.apache.org/jira/browse/DERBY-334?page=all ] A B closed DERBY-334: ---------------------
All changes described have been in the codeline for over a year now. Additional changes to be completed for 10.2 are described in DERBY-688, so closing this issue. > Add initial SQL support for XML datatype/functions in Derby, based on > SQL/XML specs. > ------------------------------------------------------------------------------------- > > Key: DERBY-334 > URL: http://issues.apache.org/jira/browse/DERBY-334 > Project: Derby > Type: New Feature > Components: SQL > Versions: 10.1.1.0 > Reporter: A B > Assignee: A B > Fix For: 10.1.1.0 > Attachments: derby-xml_v4.patch, derby-xml_v4.stat > > Adding some "starter" XML functionality to Derby, which can then serve as the > basis for future XML development. Initial features include the following: > 1 - A built-in XML datatype. > 2 - An XMLPARSE() operator for creating XML values. > 3 - An XMLSERIALIZE() operator for serializing XML values to strings (for > data retrieval). > 4 - An XMLEXISTSTS() operator for running simple existence queries against > XML using XPath. > These features are implemented at the SQL level only (no JDBC support). See > the email here for a more detailed description: > http://thread.gmane.org/gmane.comp.apache.db.derby.devel/4468 -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
