Jan
Jan
my preference would be to having a doctrine odm for arango on top of the existing low-level driver. however, writing one will take some time and is currently out of...
i would even leave the issue open so others can see what's going on (and what's not). they can then see instantly doctrine support idls missing but desired. Am 09.10.2012...
There are two things to consider: - moving to cURL will introduce a new dependency. It don't think this is a big problem as most people will have the curl...
There is some golang implementation of velocypack already: https://github.com/arangodb/go-velocypack I don't want to discourage your development by that, I justed wanted to provide some pointer to it. Regarding the original...
Ok, got it. We already provide a tool that converts JSON to VPack. It is named [json-to-vpack](https://github.com/arangodb/velocypack/blob/master/tools/json-to-vpack.cpp) and will be built if the VelocyPack repository is built with the CMake...
There is an optimization in VelocyPack for arrays in which all array members have the same size. This is the array types 0x02 to 0x05 (including). As mentioned, this only...
VelocyPack currently doesn't support this. Note that there are also compact Arrays which use the least possible storage space. Values will be added one after the other without any padding....
@Geolim4 : from what I can tell is that the arangodb-php driver replaces `localhost` with `[::1]`: ``` /** * Replaces "localhost" in hostname with "[::1]" in order to make these...
Oops, just realized that the above function will only be called if active failover is used and there is more than a single endpoint. If you are testing against a...
Ok, thanks! Gonna try to find a Windows machine to see if I can reproduce the issue locally.