1
Fork 0
Find a file
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
Language/SQL/SimpleSQL add alter table variations: 2015-08-02 23:22:06 +03:00
tools add alter table variations: 2015-08-02 23:22:06 +03:00
.gitignore update to accept latest mtl 2014-06-20 12:27:23 +03:00
changelog update changelog 2015-08-01 20:29:42 +03:00
LICENSE fix to work on ghc 7.8.4, 7.6.3, plus small tweaks 2015-08-01 21:13:37 +03:00
README prepare for the github project name rename to be the same as the haskage package 2013-12-17 22:54:20 +02:00
Setup.hs add license, readme, gitignore and cabal 2013-12-13 12:46:35 +02:00
simple-sql-parser.cabal fix copyright 2015-08-01 23:21:46 +03:00
TODO small fixes 2015-08-01 12:13:53 +03:00

A parser for SQL queries in Haskell.

Homepage: http://jakewheat.github.io/simple-sql-parser/

Contact: jakewheatmail@gmail.com