1
Fork 0

prepare for the github project name rename to be the same as the haskage package

This commit is contained in:
Jake Wheat 2013-12-17 22:54:20 +02:00
parent 6ab941312b
commit 02e8452f8c
4 changed files with 17 additions and 9 deletions
Language/SQL/SimpleSQL

View file

@ -275,8 +275,6 @@ I'm not sure if this is valid syntax or not.
> data Alias = Alias Name (Maybe [Name])
> deriving (Eq,Show,Read)
TODO: add function table ref
> -- | The type of a join.
> data JoinType = JInner | JLeft | JRight | JFull | JCross
> deriving (Eq,Show,Read)