1
Fork 0
simple-sql-parser/tools
Jake Wheat dfa84072dc start adding basic dml
parser and pretty printer for statements
add query statement
add support for
  insert
  update
  delete
  truncate
bonus ddl:
  limited create schema
  drop schema

add grammar notes to the new test files
2015-08-01 20:26:00 +03:00
..
Language/SQL/SimpleSQL start adding basic dml 2015-08-01 20:26:00 +03:00
Filter.lhs start new file for the sql 2011 tests based on the grammar from the draft standard 2014-04-20 16:13:14 +03:00
FilterSpaces.lhs start new file for the sql 2011 tests based on the grammar from the draft standard 2014-04-20 16:13:14 +03:00
Fixity.lhs add fixity experiment 2015-08-01 15:58:45 +03:00
RunTests.lhs use tasty for tests 2015-07-31 12:45:51 +03:00
ShowErrors.lhs add some big improvements to parse error messages 2014-04-17 18:32:41 +03:00
SimpleSqlParserTool.lhs start adding basic dml 2015-08-01 20:26:00 +03:00