theosotr / cynthia

Data-Oriented Differential Testing of ORM Systems.
GNU General Public License v3.0
14 stars 1 forks source link

Systematically test the ActiveRecord Translator #24

Closed theosotr closed 4 years ago

theosotr commented 4 years ago

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.