arangodb / arangodb-php

PHP ODM for ArangoDB
https://www.arangodb.com
Apache License 2.0
182 stars 45 forks source link

Safely binding attributes? #142

Closed rotatingJazz closed 11 years ago

rotatingJazz commented 11 years ago

Hi,

Is there any way to bind attributes safely?

FOR p IN collection
            SORT p.@atr /* <-- fails */
            LIMIT 1
RETURN p
F21 commented 11 years ago

I think this should be an feature request for arangodb :smile:

frankmayer commented 11 years ago

Yes, that would be something for AQL. You should raise an issue in the ArangoDB repo :smile: Closing this :smiling_imp:

F21 commented 11 years ago

Issue reopened here: https://github.com/triAGENS/ArangoDB/issues/581