Re: [basex-talk] client:info

2015-08-12 Thread Andy Bunce
MIXUPDATES=true Which I do like, but I am wondering if the issues outweigh the advantages. /Andy On 12 August 2015 at 16:24, Christian Grün wrote: > > In the DBA query window > > let $c := client:connect('localhost', 1984, 'admin', 'admin') > > return client:query($c, "2+ 2") > > > > will bl

Re: [basex-talk] client:info

2015-08-12 Thread Christian Grün
> In the DBA query window > let $c := client:connect('localhost', 1984, 'admin', 'admin') > return client:query($c, "2+ 2") > > will block the basex server for all http users and basexclient (s). Sad, > but I can see why this might be :-), > Another way to achieve this is on the dba login page en

Re: [basex-talk] client:info

2015-08-12 Thread Christian Grün
Hi Andy, > Improper use? Potential bug? Your feedback is welcome: Fixed, thanks. As client:info will only return information on executed commands, it will now return an empty string instead. I thought if query info could be returned instead, but this would also effect the client bindings, so I dr

[basex-talk] client:info

2015-08-12 Thread Andy Bunce
Hi, Not really a problem for me but I noticed this in the GUI: let $c := client:connect('localhost', 1984, 'admin', 'admin') let $d:= client:query($c, "2+ 2") return client:info($c) Improper use? Potential bug? Your feedback is welcome: Contact: basex-talk@mailman.uni-konstanz.de Version: BaseX