Hi, First thanks for the answers, sorry for not getting back sooner, I did not receive any notification of the replies, I will check my settings.
As for the issue at hand, I will open an issue with the same description I posted here. Thanks! Le jeudi 8 janvier 2015 06:45:08 UTC-5, Emanuele a écrit : > > Hi All, > > yep looking at the code it should not go down on that path but it should > go here : > > https://github.com/orientechnologies/orientdb/blob/1.7.8/core/src/main/java/com/orientechnologies/orient/core/serialization/serializer/record/string/ORecordSerializerCSVAbstract.java#L540 > > this is happening because the link bag is interpreted instead as embedded > list and that's wrong, can you open an issue so we can track that? have > also a test case will be wonderful anyway stacktrace and query can be > enough. > > bye > > Emanuel > > On 01/08/2015 09:10 AM, GoorMoon wrote: > > The Problem than orientdb try to represent LinkBag as a string, this is no > support in the code. > > > https://github.com/orientechnologies/orientdb/blob/1.7.8/core/src/main/java/com/orientechnologies/orient/core/serialization/serializer/record/string/ORecordSerializerStringAbstract.java#L229 > > > On Thursday, January 8, 2015 3:03:29 AM UTC+2, sowee15 wrote: >> >> Hi, >> >> Using the binary protocol v21 on release 1.7.8 from 2014-08-13, I am >> getting the error "*Type LINKBAG not supported to convert value >> [size=117]*" in the orientdb console when running this query: >> >> *select in_E_LinkedTo.out.out_E_CreatedBy.in.in_E_CreatedBy from #33:3* >> >> #33:3 has many "things" linked to it through E_LinkedTo, each one has >> one edge E_CreatedBy pointing out to a user. The goal of the query is to >> get all the stuff created by the users who created the things linked to >> #33:3. >> >> Maybe there's a better way to express this query, but should this query >> be valid? What could be the source of the error I am getting? I attached a >> full log of the error. >> >> Thanks! >> >> *PS. I am using a .net driver >> (https://github.com/yojimbo87/OrientDB-NET.binary >> <https://github.com/yojimbo87/OrientDB-NET.binary>). I am a contributor on >> this project.* >> >> -- > > --- > You received this message because you are subscribed to the Google Groups > "OrientDB" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected] <javascript:>. > For more options, visit https://groups.google.com/d/optout. > > > -- --- You received this message because you are subscribed to the Google Groups "OrientDB" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
