ArangoDB 3.12 Product Release Announcement! Read the blog for details. Read Blog

Vector-5

ArangoDB 1.4.15

Estimated reading time: 1 minutes

This version is deprecated. Download the new version of ArangoDB

We have released a maintenance release of ArangoDB 1.4. bugfix for AQL query optimiser 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. You can download it from https://test.arangodb.com/download or use your package manager.

Picture of Frank Celler
April 20, 2014 ,

Frank is both entrepreneur and backend developer, developing mostly memory databases for two decades. He is the CTO and co-founder of ArangoDB. Try to challenge Frank asking him questions on C, C++ and MRuby. Besides Frank organizes Cologne’s NoSQL group & is an active member of NoSQL community.

Leave a Comment