arangodb / arangodb-php

PHP ODM for ArangoDB
https://www.arangodb.com
Apache License 2.0
183 stars 46 forks source link

Revision property in documents are now updated for replace, update and save. #72

Closed F21 closed 11 years ago

F21 commented 11 years ago

Just a simple update so that everything's consistent.

Previously only the following will update the revision of the document

Now, all of the following actions will update the revision: saving, updating or replacing any document, edge or vertex.

F21 commented 11 years ago

There seems to be some problems with this. Reverting and closing for now.