start new file for the sql 2011 tests based on the grammar from the draft standard
This commit is contained in:
parent
d69f1752a5
commit
ccd0e6708f
6 changed files with 2627 additions and 2245 deletions
tools/Language/SQL/SimpleSQL
File diff suppressed because it is too large
Load diff
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue