Hi, 
I created a function like this

----
def attractions = orient.getDatabase().query("select @rid, Type, Name from 
Attractions");
return attractions.getClass();
----

All I was expecting to get back was rid, type and Name.  Instead I am 
getting a lot of other attributes like @version , @type, @rid, @fieldTypes.


Also, this @rid attribute seems wrong. It starts with a negative number 
("#-2:0")

These additional unwanted attributes are complicating my middleware and 
frontend.   Can we just suppress them at the funtion level?

thanks,
Ashwini

-- 

--- 
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.

Reply via email to