1
0
Fork 0

Merge branch 'spdvpk' of github.com:arangodb/arangodb into spdvpk

This commit is contained in:
Michael Hackstein 2016-03-10 14:37:17 +01:00
commit 123d8fa7ee
1 changed files with 19 additions and 0 deletions

View File

@ -20,6 +20,12 @@ Overview
6. /_api/edge withdrawn
7. <collection>.BY_EXAMPLE_HASH , <collection>.BY_EXAMPLE_SKIPLIST,
<collection>.BY_CONDITION_SKIPLIST deleted.
SimpleQuery.byCondition withdrawn.
8. `arangodump` arguments `translateIDs`, `failOnUnknown` withdrawn.
### New capabilities:
1. Babies for document queries.
@ -66,6 +72,19 @@ Explanations
edges. Less code, drivers can be adjusted relatively easily by switching
to /_api/document.
7. <collection>.BY_EXAMPLE_HASH , <collection>.BY_EXAMPLE_SKIPLIST,
<collection>.BY_CONDITION_SKIPLIST deleted
These were never documented.
<collection>.{byExample,byExampleHash,byExampleSkiplist,byConditionSkiplist}
are still there and now do AQL internally. byExampleHash and
byExampleSkiplist just call byExample.
SimpleQuery.byCondition withdrawn.
8. `arangodump` arguments `translateIDs`, `failOnUnknown` withdrawn.
### New capabilities: