1
0
Fork 0
arangodb/js/server
Jan Steemann ba8e38d6e5 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.
2014-04-08 23:26:55 +02:00
..
bootstrap don't requeue identical global context methods 2014-03-13 21:48:27 +01:00
modules/org don't report bogus error messages 2014-04-02 17:51:25 +02:00
tests bugfix for AQL query optimiser 2014-04-08 23:26:55 +02:00
arango-dfdb.js fixed issues in arango-dfdb 2014-03-27 12:29:32 +01:00
server.js added periodic tasks and statistics historian 2014-02-20 20:29:55 +01:00
version-check.js fixed warning 2014-03-10 19:24:06 +01:00