File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 3
3
4
4
* Foxx API now respects "idiomatic" flag being explicitly set to false.
5
5
6
- * Fix crash in execution of non-spliced subqueries if remainder of subquery is skipped.
6
+ * Fix crash in execution of non-spliced subqueries if remainder of subquery is
7
+ skipped.
7
8
8
9
* Made modification subqueries non-passthrough. The passthrough logic only works
9
10
if exactly as many output rows are produced as input rows are injected.
10
- If the subquery with modification is skipped however this API is violated,
11
- we perform the subquery with the modification, but then discard the input if skipped).
11
+ If the subquery with modification is skipped however this API is violated, we
12
+ perform the subquery with the modification, but then discard the input if
13
+ skipped).
12
14
13
15
* Optimized Web UI styling for ArangoSearch Views when in read-only mode.
14
16
You can’t perform that action at this time.
0 commit comments