Enrico Risa

Results 229 comments of Enrico Risa

hi @Enteee Match is a reserved keyword since 2.2. orientdb.com/docs/2.2/SQL-Match.html I think this syntax is missing that statement.

@Enteee i guess no reason. Strict sql with backtick was introduced in 2.1, and the sql builder of orientjs is older than that. I will mark this as enhancement

@lvca it's not supported yet. https://github.com/orientechnologies/orientjs/issues/250

Hi @svarunbe 1. as written here the Server/Database API are kept for backward compatibility http://orientdb.com/docs/3.0.x/orientjs/OrientJS.html 2. Nope. 3. What do you mean an example of Match? Did you check the...

Hi @grimace how are you updating the vertex ? Thanks

Hi @creisle how do you update the edge?

Hi @creisle you should use update edge statement in order to ensure graph consistency ``` https://orientdb.com/docs/2.2.x/SQL-Update-Edge.html ``` Which statement did you use for deleting edge? Thanks

Hi @creisle do you have a sample script to replicate this? Thanks

Hi @AaronTrazona yes it should. Work , OrientJS should get the notification of the network topologies from the server. Seems that the notification of server 1 and 2 going online...

Hi @33Fraise33 Switching to new OrientJS API https://orientdb.com/docs/3.0.x/orientjs/OrientJS.html Should solve the issue Thanks