[orientdb] OrientDB and AWS

2015-01-29 Thread Andrew HERRAULT
Hi everybody ! I would like to know if someone used OrientDB in Amazon Web Services for having a feedback. Which server you use, if the costs are corrects, if the sharding and replication are not a problem, etc... Or if you can simply recommend me an EC2 configuration. I must be able to deal

[orientdb] Return multiple field after an update query

2015-01-28 Thread Andrew HERRAULT
Hi ! *I'm working on OrientDB 2.0 final.* I would like to know if there is a solution to return multiple field after an update query, for example (but doesn't work) : *UPDATE #11:1411 SET func = true RETURN AFTER @this.ns.uid, @this.c.uid, @this.uid* ns, c are LINK fields to another class.

[orientdb] Re: Named parameters in dynamic functions

2014-11-20 Thread Andrew HERRAULT
Ok thanks ;) -- --- 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 orient-database+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/

[orientdb] Named parameters in dynamic functions

2014-11-19 Thread Andrew HERRAULT
Hello, I try to create a javascript function to execute a complex sql query with parameters. I tried to pass positional parameters, but, from what i've seen and read, that's does'nt work with subqueries. So, i'd like to know if it is possible to use named parameters for sql queries in javascr