Re: [basex-talk] PATCH verb in RestXQ implementation

2019-07-17 Thread Marco Lettere
Hi Daniel, I'm pretty sure that PATCH is supported in recent versions of BaseX. Even if I don't remember exactly when it started since it's not traced in the Changelog of the documentation page for RestXQ. From the docs at [1]: The HTTP method annotations are equivalent to allHTTP request met

[basex-talk] Update operation is spawning new databases with underscore

2019-07-17 Thread Zimmel, Daniel
Hi, sometimes in my update operations BaseX deliberately is spawning several databases like the following, with a name of the database plus underscore and number: DBNAME_2618234251 caused by db:replace($dbname, $dbpath|| '/' || $fname, $file-to-import, map { 'intparse': true(),

[basex-talk] Bug in 9.2.3??

2019-07-17 Thread Buddy Kresge
The below code works fine in 9.2.2 (and any version before), but when we execute the below in 9.2.3 we get the following error. Thanks in advance for your assistance. Cannot convert element() to xs:string?: $status := Active 0) then contains($status, 'Active') else false() }; let $

Re: [basex-talk] Bug in 9.2.3??

2019-07-17 Thread Christian GrĂ¼n
Hi Buddy, Yes, this is a known bug, it has already been fixed in the latest snapshot [1]. 9.2.4 will be released this or next week. Hope this helps, Christian [1] http://files.basex.org/releases/latest/ Buddy Kresge schrieb am Mi., 17. Juli 2019, 15:36: > The below code works fine in 9.2.2