1
Fork 0
simple-sql-parser/tests/Language/SQL/SimpleSQL
2024-09-02 19:50:11 +02:00
..
CreateIndex.hs switch tests to hspec, improve error messages 2024-02-04 16:00:59 +00:00
CustomDialect.hs switch tests to hspec, improve error messages 2024-02-04 16:00:59 +00:00
EmptyStatement.hs switch tests to hspec, improve error messages 2024-02-04 16:00:59 +00:00
ErrorMessages.hs replace error messages tool with golden test approach 2024-02-08 10:38:19 +00:00
Expectations.hs switch tests to hspec, improve error messages 2024-02-04 16:00:59 +00:00
FullQueries.hs switch tests to hspec, improve error messages 2024-02-04 16:00:59 +00:00
GroupBy.hs switch tests to hspec, improve error messages 2024-02-04 16:00:59 +00:00
LexerTests.hs switch tests to hspec, improve error messages 2024-02-04 16:00:59 +00:00
MySQL.hs switch tests to hspec, improve error messages 2024-02-04 16:00:59 +00:00
Odbc.hs switch tests to hspec, improve error messages 2024-02-04 16:00:59 +00:00
Oracle.hs Merge branch 'default-clause-inside-constraints' into latest 2024-09-02 19:50:11 +02:00
Postgres.hs switch tests to hspec, improve error messages 2024-02-04 16:00:59 +00:00
QueryExprComponents.hs restrict parsing of * and X.* as term in expressions 2024-02-08 10:43:11 +00:00
QueryExprs.hs switch tests to hspec, improve error messages 2024-02-04 16:00:59 +00:00
ScalarExprs.hs restrict parsing of * and X.* as term in expressions 2024-02-08 10:43:11 +00:00
SQL2011AccessControl.hs switch tests to hspec, improve error messages 2024-02-04 16:00:59 +00:00
SQL2011Bits.hs switch tests to hspec, improve error messages 2024-02-04 16:00:59 +00:00
SQL2011DataManipulation.hs switch tests to hspec, improve error messages 2024-02-04 16:00:59 +00:00
SQL2011Queries.hs restrict parsing of * and X.* as term in expressions 2024-02-08 10:43:11 +00:00
SQL2011Schema.hs Merge branch 'default-clause-inside-constraints' into latest 2024-09-02 19:50:11 +02:00
TableRefs.hs switch tests to hspec, improve error messages 2024-02-04 16:00:59 +00:00
TestRunners.hs switch tests to hspec, improve error messages 2024-02-04 16:00:59 +00:00
Tests.hs replace error messages tool with golden test approach 2024-02-08 10:38:19 +00:00
TestTypes.hs replace error messages tool with golden test approach 2024-02-08 10:38:19 +00:00
Tpch.hs switch tests to hspec, improve error messages 2024-02-04 16:00:59 +00:00