Looks good. PARSERESTXQ makes a big difference for me.
The spec change for map:merge [1] used with the idiom map:merge
(($defaults,$opts)) required a few changes :-)

A question about jobs:list-details[2]
I had expected the attribute duration: evaluation time (for running and
cached jobs) to be frozen once the job is cached.
This is seems not to be the case. Is this intended behaviour?

     jobs:list-details("job369")

<job id="job369" type="ScheduledXQuery" state="cached" user="admin"
reads="(none)" writes="(none)" duration="PT28.927S">(1 to
500000000)[0=.]=&gt;empty()</job>

     jobs:list-details("job369")

<job id="job369" type="ScheduledXQuery" state="cached" user="admin"
reads="(none)" writes="(none)" duration="PT39.791S">(1 to
500000000)[0=.]=&gt;empty()</job>

/Andy
[1] http://docs.basex.org/wiki/Map_Module#map:merge
[2] http://docs.basex.org/wiki/Jobs_Module#jobs:list-details

On 25 January 2017 at 06:15, meumapple <meumap...@gmail.com> wrote:

> Super! Thanks.
>
> Il giorno 24 gen 2017, alle ore 18:54, Christian Grün <
> christian.gr...@gmail.com> ha scritto:
>
> Dear all,
>
> BaseX 8.6 is out! The new version of our XML database system and
> XQuery 3.1 processor includes countless improvements and
> optimizations. Many of them have been triggered by your valuable
> feedback, many others are the result of BaseX used in productive and
> commercial environments.
>
> The most prominent new features are:
>
> LOCKING
> - jobs without database access will never be locked
> - read transactions are now favored (adjustable via FAIRLOCK)
>
> RESTXQ
> - file monitoring was improved (adjustable via PARSERESTXQ)
> - authentication was reintroduced (no passwords anymore in web.xml)
> - id session attributes will show up in log data
>
> DBA
> - always accessible, even if job queue is full
> - pagination of table results
>
> INDEXING
> - path index improved: distinct values storage for numeric types
>
> XQUERY
> - aligned with latest version of XQuery 3.1
> - updated functions: map:find, map:merge, fn:sort, array:sort, ...
> - enhancements in User, Process, Jobs, REST and Database Module
>
> CSV DATA
> - improved import/export compatibility with Excel data
>
> Visit http://basex.org to find the latest release, and check out
> http://docs.basex.org/ to get more information. As always, we are
> looking forward to your feedback. Enjoy!
>
> Christian
> BaseX Team
>

Reply via email to