1
Fork 0

rearrange the test code and add some notes on postgres

This commit is contained in:
Jake Wheat 2013-12-17 11:40:31 +02:00
parent 86ba354e26
commit 6ff8c9ddc5
10 changed files with 940 additions and 591 deletions
tools/Language/SQL/SimpleSQL

View file

@ -0,0 +1,13 @@
Some tests for parsing the tpch queries
> module Language.SQL.SimpleSQL.Tpch (tpchTests) where
> import Language.SQL.SimpleSQL.TestTypes
> import Tpch
> tpchTests :: TestItem
> tpchTests =
> Group "parse tpch"
> $ map (ParseQueryExpr . snd) tpchQueries