13 lines
689 B
Text
13 lines
689 B
Text
XQilla: an XQuery and XPath 2.0 library and command line interpreter.
|
|
|
|
version 1.0.1 (2007.02.12):
|
|
* Fixed fn:concat() to accept more than 51 arguments.
|
|
* Fixed module parsing, to use the correct language enumeration when
|
|
parsing. Output modules in the query plan.
|
|
* Fixed a race condition in the parsing of function signatures.
|
|
* Fixed parse errors in the DOM3 API, which were being thrown as
|
|
XQException instead of XQillaException. [1626534]
|
|
* Fixed the building of shared libraries under Cygwin, by adding
|
|
-no-undefined to the libtool line in the Makefile. [1639669]
|
|
* Fixed a bug in the static typing of user defined functions, that
|
|
could result in incorrect errors.
|