1
Fork 0
simple-sql-parser/tools/Language/SQL/SimpleSQL
2024-01-11 14:45:20 +00:00
..
CreateIndex.hs checkpoint during parser conversion to megaparsec 2024-01-10 07:40:24 +00:00
CustomDialect.hs checkpoint during parser conversion to megaparsec 2024-01-10 07:40:24 +00:00
EmptyStatement.hs checkpoint during parser conversion to megaparsec 2024-01-10 07:40:24 +00:00
ErrorMessages.hs switch from literate to regular haskell source 2024-01-09 00:07:47 +00:00
FullQueries.hs adjust makeSelect helper to be new type, lib and tests now compile without any warnings 2024-01-11 14:45:20 +00:00
GroupBy.hs adjust makeSelect helper to be new type, lib and tests now compile without any warnings 2024-01-11 14:45:20 +00:00
LexerTests.hs fix rendering of test case examples for website, other small fixes to website 2024-01-10 16:18:05 +00:00
MySQL.hs adjust makeSelect helper to be new type, lib and tests now compile without any warnings 2024-01-11 14:45:20 +00:00
Odbc.hs adjust makeSelect helper to be new type, lib and tests now compile without any warnings 2024-01-11 14:45:20 +00:00
Oracle.hs checkpoint during parser conversion to megaparsec 2024-01-10 07:40:24 +00:00
Postgres.hs checkpoint during parser conversion to megaparsec 2024-01-10 07:40:24 +00:00
QueryExprComponents.hs adjust makeSelect helper to be new type, lib and tests now compile without any warnings 2024-01-11 14:45:20 +00:00
QueryExprs.hs adjust makeSelect helper to be new type, lib and tests now compile without any warnings 2024-01-11 14:45:20 +00:00
ScalarExprs.hs adjust makeSelect helper to be new type, lib and tests now compile without any warnings 2024-01-11 14:45:20 +00:00
SQL2011AccessControl.hs checkpoint during parser conversion to megaparsec 2024-01-10 07:40:24 +00:00
SQL2011Bits.hs checkpoint during parser conversion to megaparsec 2024-01-10 07:40:24 +00:00
SQL2011DataManipulation.hs adjust makeSelect helper to be new type, lib and tests now compile without any warnings 2024-01-11 14:45:20 +00:00
SQL2011Queries.hs adjust makeSelect helper to be new type, lib and tests now compile without any warnings 2024-01-11 14:45:20 +00:00
SQL2011Schema.hs adjust makeSelect helper to be new type, lib and tests now compile without any warnings 2024-01-11 14:45:20 +00:00
TableRefs.hs adjust makeSelect helper to be new type, lib and tests now compile without any warnings 2024-01-11 14:45:20 +00:00
Tests.hs move the megaparsec stream stuff to the lexer, restore the old lex return without source positions, add a new lex function that does return source positions 2024-01-10 11:57:13 +00:00
TestTypes.hs checkpoint during parser conversion to megaparsec 2024-01-10 07:40:24 +00:00
Tpch.hs checkpoint during parser conversion to megaparsec 2024-01-10 07:40:24 +00:00