mirror of https://gitee.com/bigwinds/arangodb
Merge branch 'spdvpk' of github.com:arangodb/arangodb into spdvpk
This commit is contained in:
commit
123d8fa7ee
|
@ -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:
|
||||
|
||||
|
|
Loading…
Reference in New Issue