theosotr / cynthia

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

Add new feature Distinct #26

Closed StefanosChaliasos closed 4 years ago

StefanosChaliasos commented 4 years ago

Handle DISTINCT with aggragates

theosotr commented 4 years ago

At the moment, the query generator will not produce aggregate queries and combined queries containing DISTINCT.

theosotr commented 4 years ago

Merge it, but we need to address the following issues in the near future: