But they *did* end up in the database, and they do come out when I do select from Class.
Remembering RDMS's, I was thinking about things like enclosing the name with *`*backtics*`* or something, in order to allow these, and maybe other strange characters in property names? Of course I can work around it, I was just wondering: "now that they ended up in my database, how do I get these values out again?" :) Op donderdag 29 mei 2014 09:58:03 UTC+2 schreef Artem Orobets: > > Hi, > > Names with $ prefix are reserved for *SQL let variables*. > > Could you try to use another prefix? Like '_$$meta'. > > > Best regards, > Artem Orobets > > * Orient Technologiesthe Company behind OrientDB* > > > 2014-05-29 10:24 GMT+03:00 MrFT <[email protected] <javascript:>>: > >> Bump :) >> >> Anyone has an answer to ths one? >> >> >> Op donderdag 27 maart 2014 15:44:20 UTC+1 schreef MrFT: >> >>> Hello, >>> >>> I imported some data from some existing Restful API's, and some of the >>> properties have name like $$meta. >>> Using OrientSQL, I can't seem to get these in my result. >>> >>> Is there a way to do this, or is it a bug? >>> >>> select key, *name, $$meta* from MyClass >>> >>> >>> -- >> >> --- >> 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.
