Currently, the activerecord translator produces incorrect ORM queries when translating complex AQL queries, something that prevents us from testing activerecord.
We have to systematically test this translator through the test command on different backends, identify and fix the issues.
Currently, the activerecord translator produces incorrect ORM queries when translating complex AQL queries, something that prevents us from testing
activerecord
.We have to systematically test this translator through the
test
command on different backends, identify and fix the issues.