Manuel B.
Manuel B.
I use version 3 and tried to use the key `security` in a yaml file but it did not worked. I looked into the code and I identified these parts...
Good morning @friday, that would be great if you can help me out. I will push the live query thing later today.
Hi @ayermakov-zoom, I'm sorry. Since ArangoDB 3.0 this type is no longer used. ArangoDB 3.0 https://github.com/arangodb/arangodb/blob/3.0/arangod/VocBase/replication-common.h#L83 ArangoDB 3.2 https://github.com/arangodb/arangodb/blob/664c6fc83c63161fcfcf8715a7a57bf09a9164c4/arangod/VocBase/replication-common.h#L87
The simplest thing for subscription could be an http api call ``` GET /_db/{database-name}/subscribe/{collection-name}/{event types} ``` | event-types | http method equivalent | description | | --- | --- |...
@pekeler maybe introduce a convention `j`. If the collection is involved in a join. Example: ``` es6 const subscription = subscribe('http://127.0.0.1/_db/_system/subscribe/Persons/uj'); subscription.on('u', (doc) => { console.log(doc); // would print the...
@coronabytes > Follow up discussion on PR #12646 > > 1. '2020-02-01T00:00:00.000' > > 2. '2020-02-01T00:00:00.000Z' > > 3. '2020-02-01T01:00:00.000+01:00' => '2020-02-01T00:00:00.000Z' > ... > * only 2 and 3...
bf4406200067122da3a83fa609e9b7d31c6a67a3 still throws the error.
537e7de77c2567d8f4c9a048f77b25e3b9abef4c still throws the error.
https://github.com/arangodb/arangodb/commit/a8ded6a2656d1aa39c22dee3a6df7430fd9ebf58 still throws the error.
@mackram, in my option the calculation is correct. Since one month is defined as 1/12 of a year. Wolframalpha says https://www.wolframalpha.com/input?i=2022-06-27+21%3A30%3A50+-+2022-05-28+11%3A00%3A46 730.5 h. One month has `365,2425*24/12 = 730,485 h`....