rearrange the test code and add some notes on postgres
This commit is contained in:
parent
86ba354e26
commit
6ff8c9ddc5
10 changed files with 940 additions and 591 deletions
tools/Language/SQL/SimpleSQL
13
tools/Language/SQL/SimpleSQL/Tpch.lhs
Normal file
13
tools/Language/SQL/SimpleSQL/Tpch.lhs
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue