Hello,
Just wanted to share this discovery. Not sure if it's mentioned in the
known incompatibilities between ML6 and ML7.
The following code works on ML6, but results in an XDMP-DECOVRFLW error on
ML7 :
let $estimate := xs:unsignedLong("227")
let $total := xs:unsignedLong("1661")
return
$estimate div $total * 100
The workaround would be to surround 100 with xs:double().
I’ve tested this in QConsole and it works.
Regards,
Danny
_______________________________________________
General mailing list
[email protected]
http://developer.marklogic.com/mailman/listinfo/general