1
Fork 0

start new file for the sql 2011 tests based on the grammar from the draft standard

This commit is contained in:
Jake Wheat 2014-04-20 16:13:14 +03:00
parent d69f1752a5
commit ccd0e6708f
6 changed files with 2627 additions and 2245 deletions
tools/Language/SQL/SimpleSQL

View file

@ -29,6 +29,7 @@ test data to the Test.Framework tests.
> import Language.SQL.SimpleSQL.Tpch
> import Language.SQL.SimpleSQL.SQL2003
> import Language.SQL.SimpleSQL.SQL2011
Order the tests to start from the simplest first. This is also the
order on the generated documentation.
@ -45,6 +46,7 @@ order on the generated documentation.
> ,postgresTests
> ,tpchTests
> ,sql2003Tests
> ,sql2011Tests
> ]
> tests :: Test.Framework.Test