1
Fork 0

update github project name

This commit is contained in:
Jake Wheat 2013-12-17 23:10:51 +02:00
parent bcd06d1ef9
commit 9ea29c1a0c
3 changed files with 5 additions and 7 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)