[orientdb] LET ... not working

2014-11-04 Thread MrFT
Does anyone know why select out_followed_by.asList().asString() as fb from V where type = 'song' and name = 'HEY BO DIDDLEY' works and select $ofb as fb, name from V let $ofb = out_followed_by.asList().asString() where type = 'song' and name = 'HEY BO DIDDLEY' doesn't? It might have to do

Re: [orientdb] LET ... not working

2014-11-04 Thread Luigi Dell'Aquila
Hi Frederik, this kind of issues is related to some legacy code in current query parser implementation. We are completely rewriting it, so it will be fixed in 2.1. If you want you can open an issue about this, I'll take care of it. About third query, I tried it in Studio with a fresh

Re: [orientdb] LET ... not working

2014-11-04 Thread MrFT
Issue created. https://github.com/orientechnologies/orientdb/issues/3029 About the third question: I thought that it would be reproducible by having an example on the GratefulDeadConcerts DB. Bummer, but this also is a big part of my frustration with OrientDB so far, it never really works,