1
Fork 0
simple-sql-parser/tools/Language/SQL/SimpleSQL
Jake Wheat f0baa3c37b add alter table variations:
set default
  drop default
  set not null
  drop not null
  set data type
  drop column
  add constraint
  drop constraint

fix bug where generated didn't have to be followed with 'always' or
  'by default' for identities in create table
2015-08-02 23:22:06 +03:00
..
ErrorMessages.lhs change joins so natural is represented by separate field to on/using 2014-04-19 11:18:29 +03:00
FullQueries.lhs start on dialect prototype code 2014-06-27 12:19:15 +03:00
GroupBy.lhs start on dialect prototype code 2014-06-27 12:19:15 +03:00
LexerTests.lhs tweak lexer tests 2015-08-02 15:58:09 +03:00
MySQL.lhs example how to switch parsing and pretty printing depending on dialect 2014-06-28 15:41:11 +03:00
Postgres.lhs start on dialect prototype code 2014-06-27 12:19:15 +03:00
QueryExprComponents.lhs start on dialect prototype code 2014-06-27 12:19:15 +03:00
QueryExprs.lhs start adding basic dml 2015-08-01 20:26:00 +03:00
SQL2011AccessControl.lhs start adding basic dml 2015-08-01 20:26:00 +03:00
SQL2011Bits.lhs start adding basic dml 2015-08-01 20:26:00 +03:00
SQL2011DataManipulation.lhs fix to work on ghc 7.8.4, 7.6.3, plus small tweaks 2015-08-01 21:13:37 +03:00
SQL2011Queries.lhs add support for column constraints in create table 2015-08-02 19:27:39 +03:00
SQL2011Schema.lhs add alter table variations: 2015-08-02 23:22:06 +03:00
TableRefs.lhs start on dialect prototype code 2014-06-27 12:19:15 +03:00
Tests.lhs start adding basic dml 2015-08-01 20:26:00 +03:00
TestTypes.lhs start adding basic dml 2015-08-01 20:26:00 +03:00
Tpch.lhs start on dialect prototype code 2014-06-27 12:19:15 +03:00
ValueExprs.lhs start on dialect prototype code 2014-06-27 12:19:15 +03:00