Thanks, the API seems to be moving quite fast to v9 now. And looks like the dba is lagging a little.
https://github.com/BaseXdb/basex/blob/c6eafa2f71e4d6c30db0894724eeda89c9e40a...
But: Updated: xquery:update renamed to xquery:eval-update http://docs.basex.org/wiki/XQuery_Module#xquery:eval-update from: http://docs.basex.org/wiki/XQuery_Module#Changelog
/Andy
On 23 November 2017 at 15:49, Christian Grün christian.gruen@gmail.com wrote:
Both fixed. Thank you.
On Thu, Nov 23, 2017 at 11:35 AM, Andy Bunce bunce.andy@gmail.com wrote:
Also seems to be a scambling of xquery and sql modules. Code and doc http://docs.basex.org/wiki/XQuery_Module /Andy
On 22 November 2017 at 18:45, Andy Bunce bunce.andy@gmail.com wrote:
Hi,
Bat files for reecent builds are not running for me and contain a line like: set CP=%MAIN%\target\classes;%MAIN%\lib*;%MAIN%\lib\custom*
Looks like a substition is not happening somewhere. I think should be:
set CP=%MAIN%\BaseX.jar;%MAIN%\lib*;%MAIN%\lib\custom*
/Andy