Search code examples
databasenosqlorientdb

OrientDB: Can't use "update ... put ... " together with "where" clause


My update query is:

update test put phone = 'office','+123456' where name = 'luca'

The error message is:

Found unexpected keyword 'NAME' while it was expected '[=]'

Solution

  • This has been fixed with 1.2.0-SNAPSHOT. Try it ;-)