mirror of https://gitee.com/bigwinds/arangodb
the following type of query was too eagerly optimised, leading to errors in code-generation: LET a = (FOR i IN [] RETURN i) LET b = (FOR i IN [] RETURN i) RETURN 1 the problem occurred when both lists in the subqueries were empty. In this case invalid code was generated and the query couldn't be executed. |
||
---|---|---|
.. | ||
Actions | ||
Ahuacatl | ||
BitIndexes | ||
CapConstraint | ||
Cluster | ||
FulltextIndex | ||
GeoIndex | ||
HashIndex | ||
IndexIterators | ||
IndexOperators | ||
MRServer | ||
Replication | ||
RestHandler | ||
RestServer | ||
SkipLists | ||
Transaction | ||
Utils | ||
V8Server | ||
VocBase | ||
Wal | ||
CMakeLists.txt | ||
Makefile.files |