Re: [orientdb] Re: ORecordDuplicatedException with UNIQUE_HASH_INDEX and collate=ci

2016-09-06 Thread John J. Szucs
Andrey, Sorry for the delayed response. I had to focus on a milestone, which was followed by a holiday weekend here in the US. The exception is thrown from OIndexUnique.put(Object, OIdentifiable). In this particular test run, the existing record ID (in the variable "value" in this method) is

[orientdb] Re: Using REST with Distributed Graph

2016-09-06 Thread Tan Ho
Hi Alessandro, Thank you! But I don't think PHP API doesn't support it. :( Best regards, Tan On Tuesday, 6 September 2016 17:09:19 UTC+7, alessand...@gmail.com wrote: > > Hi, > I think you should check the connection to the node1 and if it were not > online, you can connect to node2 > > Best

[orientdb] Re: Using REST with Distributed Graph

2016-09-06 Thread alessandrorota04
Hi, I think you should check the connection to the node1 and if it were not online, you can connect to node2 Best regards, Alessandro -- --- You received this message because you are subscribed to the Google Groups "OrientDB" group. To unsubscribe from this group and stop receiving emails

[orientdb] Using REST with Distributed Graph

2016-09-06 Thread Tan Ho
down votefavorite Hi all, I have a distributed graph with 2 nodes. And I have defined some functions ( http://orientdb.com/docs/last/Functions-Creation.html) I want to call them from my PHP webapp.