head 1.2; access; symbols pkgsrc-2013Q2:1.2.0.8 pkgsrc-2013Q2-base:1.2 pkgsrc-2012Q4:1.2.0.6 pkgsrc-2012Q4-base:1.2 pkgsrc-2011Q4:1.2.0.4 pkgsrc-2011Q4-base:1.2 pkgsrc-2011Q2:1.2.0.2 pkgsrc-2011Q2-base:1.2; locks; strict; comment @# @; 1.2 date 2011.02.23.10.32.29; author adam; state dead; branches; next 1.1; 1.1 date 2011.01.29.21.48.41; author markd; state Exp; branches; next ; desc @@ 1.2 log @Changes 2.5.16: * 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 @ text @$NetBSD: patch-ak,v 1.1 2011/01/29 21:48:41 markd Exp $ fix build with gcc4.3 --- ../src/dbxml/XmlException.cpp.orig 2003-05-09 00:01:57.000000000 +0000 +++ ../src/dbxml/XmlException.cpp @@@@ -15,6 +15,8 @@@@ static const char revid[] = "$Id: XmlExc #include #include +#include +#include using namespace DbXml; @ 1.1 log @Fix build with gcc4.3 @ text @d1 1 a1 1 $NetBSD$ @