-
According to https://github.com/arangodb/arangojs#graphvertexcollectionsave, vertexCollection.save() should return a doc. However, it returns an object with 3 attributes: code, error & vertex.
Proo…
-
I have a fresh install of ArangoDB 3.1.9 on Win10 64 bits. The server is up & running with auth enabled:
```
PS C:\Users\andre> arangod
2017-02-04T08:13:23Z [135116] INFO ArangoDB 3.1.9 [win64] 6…
-
I use a cursor to loop over all documents in a collection and this works fine for a single server setup but when I use a cluster I get ERROR 1600
```
1600 - ERROR_CURSOR_NOT_FOUND
Will be raised …
ghost updated
7 years ago
-
## my environment running ArangoDB
I'm using the latest ArangoDB of the respective release series:
- [ ] 2.8
- [ ] 3.0
- [ ] 3.1
- [x] 3.2
- [ ] 3.3
- [ ] self-compiled devel branch
Mode:
-…
-
Fail to connect to arangodb server:
`stream_socket_client(): unable to connect to (Failed to parse address "")`
-
## my environment running ArangoDB
I'm using the latest ArangoDB of the respective release series:
- [ ] 2.8
- [ ] 3.0
- [*] 3.1.10
- [ ] self-compiled devel branch
On this operating system:
…
-
## my environment running ArangoDB
I'm using the latest ArangoDB of the respective release series:
- [x] 3.1 (3.1.19)
On this operating system:
- [x] Linux
- [x] Debian .deb (release 8.8 (je…
-
Good morning.
I've just been woken up by a colleague because ArangoDB stoped responding _again_ for the 3rd time in 4 days. Unfortunatley without any meaningful logs - neither in `arangod.log` nor …
-
How do you use AQL for delete? I have a dynamically generated query that looks like this.
```C#
StringBuilder sbMetas = new StringBuilder();
var bindVars = new Lis…
-
## my environment running ArangoDB
- [ ] 3.3
- [ ] Single-Server
- [ ] mmfiles
- [ ] AWS
### this is an AQL-related issue:
I'm issuing AQL via:
- [ ] web interface with this browser: Safar…