Certain runtime errors during query execution when using modules cause a double free. Download patch file
Fixed a bug which incorrectly reported an error for fractional seconds when the seconds filed was "59". Download patch file
Fix a problem with XmlIndexLookup where a GT lookup that happens to start with the last entry in the index might return results when it should return none. Download patch file
Improved query performance for queries consisting of a simple path and predicate. Download patch file
Improved index utilisation for user defined functions that are called more than once in the query. Download patch file
Certain predicates containing "or" and an unoptimizable sub-expression do not optimize correctly. Download patch file
Fixes several problems with XmlModify, including a SEGV that can occur when removing a last child element that has leading text. [#15615] Download patch file
Bug in statistics calculation for substring indexes, that could result in a crash. [#15823] Download patch file
Fixes a bad exception that might occur when inserting schema-invalid XML. [#15824] Download patch file
Adds an index optimized case and diacritic insensitive version of the fn:contains() function - dbxml:contains(). Download patch file