File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change 1- v2.6.9 (2015-??-?? )
1+ v2.6.9 (2015-10-16 )
22---------------------------
33* add support API: /_api/query-cache/properties (AQL query tracking properties: setQueryTrackingProperties(), getQueryTrackingProperties())
44* add support API: /_api/query-cache (delete AQL query cache: deleteQueryCache())
55* add support API: /_api/query/current (currently running AQL queries: getCurrentlyRunningQueries())
66* add support API: /_api/query/slow (slow AQL queries: getSlowQueries(), deleteSlowQueries())
77* add support API: /_api/query (kill AQL queries: killQuery())
8+ * added: boolean exists(long collectionId, long documentId)
9+ * added: boolean exists(String collectionName, long documentId)
10+ * added: boolean exists(long collectionId, String documentKey) throws ArangoException {
11+ * added: boolean exists(String collectionName, String documentKey)
12+ * added: boolean exists(String documentHandle)
813
914v2.6.8 (2015-09-25)
1015---------------------------
You can’t perform that action at this time.
0 commit comments