1
Fork 0
simple-sql-parser/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
..
Combinators.lhs add separate lexer 2015-08-01 00:04:18 +03:00
Errors.lhs create separate module for generic parser combinator utility functions 2014-05-09 21:37:09 +03:00
Lexer.lhs fix positioning in lexer? and fix line comment token missing trailing \n 2015-08-02 15:29:35 +03:00
Parser.lhs add alter table variations: 2015-08-02 23:22:06 +03:00
Pretty.lhs add alter table variations: 2015-08-02 23:22:06 +03:00
Syntax.lhs add alter table variations: 2015-08-02 23:22:06 +03:00