1
Fork 0

work on tests

enable the postgresql tests, comment out the failing ones and add
  notes on how to get them working
move the tpchQueries data to the Language..Tpch module
fix the cabal file for the new tests
This commit is contained in:
Jake Wheat 2013-12-17 12:16:03 +02:00
parent 16bf35a6c4
commit abc30b82e6
5 changed files with 930 additions and 936 deletions
tools/Language/SQL/SimpleSQL

View file

@ -19,7 +19,7 @@ tpch tests
> import Test.Framework.Providers.HUnit
> import qualified Test.HUnit as H
> import Language.SQL.SimpleSQL.Syntax
> --import Language.SQL.SimpleSQL.Syntax
> import Language.SQL.SimpleSQL.Pretty
> import Language.SQL.SimpleSQL.Parser