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 '[=]'
This has been fixed with 1.2.0-SNAPSHOT. Try it ;-)