Re: [basex-talk] Getting More Diagnostic Info From DBA Query Runner?

2015-07-28 Thread Eliot Kimber
I looked at the Javascript for this but my feeble Javascript skills were insufficient to adjust this in the small amount of time I had to work on it. I'll try to look at it again when I can. Cheers, Eliot Eliot Kimber, Owner Contrext, LLC http://contrext.com On 7/20/15, 10:53 AM,

Re: [basex-talk] Getting More Diagnostic Info From DBA Query Runner?

2015-07-20 Thread Eliot Kimber
Using the latest DBA Web app from 8.2.1 when I get an error from a query run from the Query panel the only response I get on that page is [FORG0001] Cannot cast to xs:double: . Using this query: declare %rest:path('invalid') function local:err() { 1 + a/ }; result{local:err()}/result I get

Re: [basex-talk] Getting More Diagnostic Info From DBA Query Runner?

2015-07-20 Thread Eliot Kimber
If you can point me at the relevant code I'll put aside my distaste for Javascript and take a look. Cheers, E Eliot Kimber, Owner Contrext, LLC http://contrext.com On 7/20/15, 10:32 AM, Christian Grün christian.gr...@gmail.com wrote: Ok, I got it. The full error is returned to the

Re: [basex-talk] Getting More Diagnostic Info From DBA Query Runner?

2015-07-20 Thread Christian Grün
Ok, I got it. The full error is returned to the client, but it is then chopped in the Javascript code. If you are interested, you could have a look at it? On Mon, Jul 20, 2015 at 4:55 PM, Eliot Kimber ekim...@contrext.com wrote: Using the latest DBA Web app from 8.2.1 when I get an error from

Re: [basex-talk] Getting More Diagnostic Info From DBA Query Runner?

2015-07-20 Thread Christian Grün
If you can point me at the relevant code I'll put aside my distaste for Javascript and take a look. It should be here: https://github.com/BaseXdb/basex/blob/master/basex-api/src/main/webapp/dba/static/js.js#L79-L85 Seems most of us share the distaste; otherwise, this code snippet would

Re: [basex-talk] Getting More Diagnostic Info From DBA Query Runner?

2015-07-19 Thread Christian Grün
However, when there are runtime errors it only reports the error, but not the code that produced it. Sorry, I need more information. The following query... declare %rest:path('invalid') function local:err() { 1 + a/ }; ...results in the following runtime error: Stopped at (...path to

[basex-talk] Getting More Diagnostic Info From DBA Query Runner?

2015-07-18 Thread Eliot Kimber
I'm using the DBA web app to test and debug my Web app and underlying queries. However, when there are runtime errors it only reports the error, but not the code that produced it. Is there any way for the query runner to report what module/function/line the error resulted from? Or is that