bb002b9063
* Fixed container creation so that it honors page size in XmlContainerConfig * Fix the base-uri of an attribute node when using WholedocContainer storage * Fixed an assertion failure during query preparation with a recursive user defined function * Fixed an assertion failure when an as-yet unseen URI in used in a query * Fixed a problem where attribute indexes would not properly be updated if there were no element indexes present. This might have a symptom of DB_NOTFOUND errors or duplicate index entries for attributes * Changed the algorithm used to create node IDs during partial update to be more efficient and create shorter node IDs in general * Fixed a problem where deleting the XmlResults object returned by XmlValue.getAttributes() might cause an exception when the original XmlResults for the XmlValue object was next accessed * XQuery Update queries will no longer crash when statistics are disabled * Fixed a bug in document level indexing that could result in index entries being deleted inappropriately when a node was deleted * Fixed fn:doc() to raise an error in all cases if the document does not exist * Fixed a bug occurring when fn:subsequence() and "order by" were used in certain configurations * Changed XmlResults.asEventWriter(), now only one active XmlEventWriter is allowed for an XmlResults object
34 lines
1 KiB
Text
34 lines
1 KiB
Text
@comment $NetBSD: PLIST,v 1.5 2011/02/23 10:32:29 adam Exp $
|
|
bin/dbxml
|
|
bin/dbxml_dump
|
|
bin/dbxml_load
|
|
bin/dbxml_load_container
|
|
include/dbxml/DbXml.hpp
|
|
include/dbxml/DbXmlFwd.hpp
|
|
include/dbxml/XmlCompression.hpp
|
|
include/dbxml/XmlContainer.hpp
|
|
include/dbxml/XmlContainerConfig.hpp
|
|
include/dbxml/XmlData.hpp
|
|
include/dbxml/XmlDebugListener.hpp
|
|
include/dbxml/XmlDocument.hpp
|
|
include/dbxml/XmlEventReader.hpp
|
|
include/dbxml/XmlEventReaderToWriter.hpp
|
|
include/dbxml/XmlEventWriter.hpp
|
|
include/dbxml/XmlException.hpp
|
|
include/dbxml/XmlExternalFunction.hpp
|
|
include/dbxml/XmlIndexLookup.hpp
|
|
include/dbxml/XmlIndexSpecification.hpp
|
|
include/dbxml/XmlInputStream.hpp
|
|
include/dbxml/XmlManager.hpp
|
|
include/dbxml/XmlMetaDataIterator.hpp
|
|
include/dbxml/XmlNamespace.hpp
|
|
include/dbxml/XmlPortability.hpp
|
|
include/dbxml/XmlQueryContext.hpp
|
|
include/dbxml/XmlQueryExpression.hpp
|
|
include/dbxml/XmlResolver.hpp
|
|
include/dbxml/XmlResults.hpp
|
|
include/dbxml/XmlStatistics.hpp
|
|
include/dbxml/XmlTransaction.hpp
|
|
include/dbxml/XmlUpdateContext.hpp
|
|
include/dbxml/XmlValue.hpp
|
|
lib/libdbxml.la
|