Sedna Changelog

What's new in Sedna 3.5.161

Jan 30, 2012
  • Native implementation of full-text indices. Now dtSearch is not
  • necessary to create and query full-text indices. For details refer to
  • the Sedna Programmer's Guide, Managing Full-Text Indices section.
  • CDATA section formatting is now saved for text nodes in direct element
  • constructors and can be saved during bulk load using special option:
  • declare option se:bulk-load "cdata-section-preserve=yes";
  • (see Sedna Programmer's Guide, section Bulk Load for further details)
  • XQuery serialization output option 'cdata-section-elements' is now
  • supported. It specifies list of elements names. Content of these
  • elementsis serialized wrapped in CDATA.
  • New 'listen-address' Sedna server option. This option specifies an
  • address that Sedna server will accept clients connections on. It can be
  • specified as IP numeric value or host name.
  • NOTE: the default value for this option is localhost and it makes Sedna
  • operate NOT in the same way it did before. Check Administration Guide,
  • section 2.2.1 "Running Sedna", -listen-address option description for
  • details. To make Sedna behave as previous releases (not recommended)
  • specify 0.0.0.0.
  • Bug fixes, small improvements and performance optimizations. Including
  • completely rewritten 'distinct-values' XQuery function.
  • Important note:
  • Databases created with previous versions of Sedna will not work properly
  • with Sedna 3.5. Please, use Sedna import/export utility to migrate your
  • data to Sedna 3.5 (see Sedna Administration Guide, section 2.5).

New in Sedna 3.5.101 (Nov 29, 2011)

  • Native implementation of full-text indices. Now dtSearch is not
  • necessary to create and query full-text indices. For details refer to
  • the Sedna Programmer's Guide, Managing Full-Text Indices section.
  • CDATA section formatting is now saved for text nodes in direct element
  • constructors and can be saved during bulk load using special option:
  • declare option se:bulk-load "cdata-section-preserve=yes";
  • (see Sedna Programmer's Guide, section Bulk Load for further details)
  • XQuery serialization output option 'cdata-section-elements' is now
  • supported. It specifies list of elements names. Content of these
  • elementsis serialized wrapped in CDATA.
  • New 'listen-address' Sedna server option. This option specifies an
  • address that Sedna server will accept clients connections on. It can be
  • specified as IP numeric value or host name.
  • NOTE: the default value for this option is localhost and it makes Sedna
  • operate NOT in the same way it did before. Check Administration Guide,
  • section 2.2.1 "Running Sedna", -listen-address option description for
  • details. To make Sedna behave as previous releases (not recommended)
  • specify 0.0.0.0.
  • Bug fixes, small improvements and performance optimizations. Including
  • completely rewritten 'distinct-values' XQuery function.
  • Important note:
  • Databases created with previous versions of Sedna will not work properly
  • with Sedna 3.5. Please, use Sedna import/export utility to migrate your
  • data to Sedna 3.5 (see Sedna Administration Guide, section 2.5).