arangodb / arangodb-php

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

Bad serialization for empty example #185

Closed sandermarechal closed 8 years ago

sandermarechal commented 8 years ago

Empty examples are wrongly serialized to [] instead of {}. For example, in CollectionHandler->removeByExample(), if you pass an empty array() as the example document.

jsteemann commented 8 years ago

Should be fixed in the 2.7 and devel branches of the driver, and tag v2.7.1. Can you check if this fixes problem for you?

sandermarechal commented 8 years ago

Works fine now, thank you!