Skip to content
Snippets Groups Projects
Commit 8d097456fa5b authored by Sylvain Thénault's avatar Sylvain Thénault
Browse files

add real life test (green)

parent cae803a9d648
No related branches found
No related tags found
No related merge requests found
......@@ -149,6 +149,10 @@
' GROUPBY T2'
' WHERE T1 relation T2'
' HAVING 1+2 < COUNT(T1);',
'Any X,Y,A ORDERBY Y '
'WHERE A done_for Y, X split_into Y, A diem D '
'HAVING MIN(D) < "2010-07-01", MAX(D) >= "2010-07-01";',
)
class ParserHercule(TestCase):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment