prepare for the github project name rename to be the same as the haskage package
This commit is contained in:
parent
6ab941312b
commit
02e8452f8c
4 changed files with 17 additions and 9 deletions
Language/SQL/SimpleSQL
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue