Re: [Virtuoso-users] Virtuoso 7 crash in pl-sql function

2013-11-29 Thread Hugh Williams
Hi Quentin, The split_and_decode() function returns an array thus the Virtuoso aref() function needs to be used for loading return the elements as detailed at: http://docs.openlinksw.com/virtuoso/fn_aref.html So you could use one of the following forms to return the results: se

Re: [Virtuoso-users] Virtuoso 7 crash in pl-sql function

2013-11-25 Thread Hugh Williams
Hi Quentin, Are you able to provide a test case for internal recreation of this issue ? Best Regards Hugh Williams Professional Services OpenLink Software, Inc. // http://www.openlinksw.com/ Weblog -- http://www.openlinksw.com/blogs/ LinkedIn -- http://www.linkedin.com/company

Re: [Virtuoso-users] Virtuoso 7 crash in pl-sql function

2013-11-25 Thread Quentin
By dataset, I mean a url that represents a graph name. As in: http://example.org/dataset/TestData/ On 26 November 2013 13:07, Quentin wrote: > The offending code, that reliably reproduces the crash in my environment, > is: > split_and_decode(in_datasets,0,'%3B'); > > Where in_datasets is a urle