File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -45,13 +45,21 @@ $connectionOptions = [
45
45
The driver now supports the following options for document CRUD operations:
46
46
- "overwriteMode"
47
47
- "silent"
48
- - "keepNull", "mergeObjects" (for insert API if overwriteMode=update)
48
+ - "keepNull", "mergeObjects" (for insert/insertMany API if overwriteMode=update)
49
49
50
50
Extended maximum valid length for collection names to 256, up from 64 before. This follows a
51
51
change in the ArangoDB server.
52
52
53
+ Additional options for AQL queries are now supported via ` Statement ` :
54
+ - memoryLimit
55
+ - profile
56
+ - maxRuntime
57
+
53
58
Indexes can now be created with "deduplicate" and "estimates" attribute set/not set.
54
59
60
+ The count functionality in ` CollectionHandler::count() ` now supports returned the detailed
61
+ shard count by passing an extra boolean parameter.
62
+
55
63
The engine stats API is now supported via ` AdminHandler::getEngineStats() ` .
56
64
57
65
The metrics API is now supported via ` AdminHandler::getMetrics() ` .
You can’t perform that action at this time.
0 commit comments