Re: [orientdb] Potential bug with OSQL when combined with Java

2016-04-19 Thread Ivan Mainetti
oh well, I don't think such a feature is available by default. If you really need a List you'll have to iterate the Iterator to fill it. Il giorno martedì 19 aprile 2016 19:24:53 UTC+2, K Major ha scritto: > > Yes, in java. > > I can iterate through all the nodes and then create a list from it

Re: [orientdb] Potential bug with OSQL when combined with Java

2016-04-19 Thread K Major
Yes, in java. I can iterate through all the nodes and then create a list from it but that would be not really efficient. I was wondering if there is a way/fonction that directly gives me a list or even hashmap containing all the columns ? Le mardi 19 avril 2016 17:06:44 UTC+2, Ivan Mainetti a

Re: [orientdb] Potential bug with OSQL when combined with Java

2016-04-19 Thread Ivan Mainetti
Hi, you mean in studio, console, java or what? Seeing your question I think you're using java, so you need a method to convert the Iterable object into a List, is it correct? Il giorno martedì 19 aprile 2016 16:32:39 UTC+2, K Major ha scritto: > > Indeed, I changed from 2.1.11 to 2.1.15 and

Re: [orientdb] Potential bug with OSQL when combined with Java

2016-04-19 Thread K Major
> > Indeed, I changed from 2.1.11 to 2.1.15 and it fixed the problem, thanks ! > One small question : is it possible to retrieve the result of a query in the form of list and not nodes containing the result ? -- --- You received this message because you are subscribed to the Google Groups

Re: [orientdb] Potential bug with OSQL when combined with Java

2016-04-18 Thread Luigi Dell'Aquila
Hi, Which version of OrientDB are you using? We fixed a similar problem a few hotfix releases ago Thanks Luigi 2016-04-18 18:12 GMT+02:00 K Major : > Hello, > > I have identified a strange behavior when using OSQL inside Java. Maybe > I'm doing something wrong ... > >