Version History
2.1.0
- putXML
- fixed bug to guarantee o-lite compatibility
- getXML
- support for XML Schema generation
- support for XML attributes
- SAX support
- common
- added support for XSL parameter setting
2.0.0
- bug fixes
- internationalization of error messages
1.2.1
- putXML
- support XSLT processing before attempting insertion
- getXML
- support XSLT processing during XML generation
- add date mask support
- common
- fixed some characerset encoding issues
1.2.0
- putXML
- misc bug fixes
- support for update
- support for delete
- getXML
- common
- new context sensitive PL/SQL API -- dbms_xmlquery and DBMS_xmlsave;
xmlgen package is deprecated.
01222000 -- Jan 22, 2000
- putXML
- The XML elements don't have to match the relative ordering of their corresponding
db. columns or ADT attributes.
- Expose insert batch size and the commit batch size for fine performance
tuning
- Significant performance improvements
- getXML
- API (java & pl/sql) support for name binds in the SQL query statement
- API (Java & PL/SQL) support for header insertion into the DTD and
the XML document
- API (Java & PL/SQL) support for generating the XML meta doc only
(i.e. gen. the DTD only)
- API (Java & PL/SQL) support for propagating the original exception
- support for cursors in the SQL query
- added support for specifying the desired characterset for the generated
doc
- Performance improvements
- common
- created a JDK1.2/JDBC2.0 compliant version of the XSU (i.e. XSU12)
- misc bug fixes
- the xmlgen PL/SQL package is set to execute with invokers-rights
1.1.1.0
- Fixed bug in getXML and putXML where two columns with same types failed.
- Added BFILE support in generation
- Changed allocation duration to CALL for temp lobs in OracleXMLStore
- Changed date formatting to accept JDBC date format for putXML
- Fixed various other minor bugs
- Close cursor when exceptions are raised (cursor leaks)
- Ignore nonexistent row/rowset tag checks when root node is passed in
- Allow file names containing query in getXML (instead of passing in query
strings)
1.1.0
- Added getXML client option for specifying the stylesheet type.
- Added getXML client option for specifying the row id attribute.
- Added getXML client option for specifying the row id column.
- Added support for specifying the collection element id attr.
- Added the "-conn" parameter to the OracleXML client.
- Performance tuning in putXML and getXML functionality
- Bug fix: don't close ResultSet if it is passed in by caller.
- Improved error messaging dealing with trying to use a closed ResultSet
object.
- Support for user specified "rowTag" in putXML functionality.
- Support specification of date mask for putXML functionality.
- Support non case sensitive tag to database entity matching in putXML functionality.
- Bug fix: from XML loading of an ADT with a null attribute.
- Misc bug fixes.
- Added the history section to the release notes.
- Added putXML functionality to the included xmlgen PL-SQL package.
1.0.0