Fix order by
dridk opened this issue · 2 comments
dridk commented
Use join in querybuilder with orderby
dridk commented
Comment fixer ce bug ( un truc de ce genre )
Ajouter le parametre order_by et fixer le test
cutevariant/cutevariant/core/querybuilder.py
Line 110 in 49991dc
Ajouter le parametre order_by et fixer le test
cutevariant/cutevariant/core/querybuilder.py
Line 134 in 49991dc
Supprimmer
cutevariant/cutevariant/core/querybuilder.py
Line 743 in 49991dc
antonylebechec commented
Some fails in VQL editor:
FAIL: SELECT favorite,classification,chr,pos FROM variants ORDER BY samples['HORIZON'].gt ASC
PASS: favorite,classification,chr,pos FROM variants ORDER BY ann.gene ASC
PASS: favorite,classification,chr,pos FROM variants ORDER BY alt ASC
Du to Function not str?