1
Fork 0

implement reference type name (I think - cannot find any examples or

explanation of what it means, didn't try reading the standard
  itself, just the grammar)
This commit is contained in:
Jake Wheat 2014-04-18 21:48:14 +03:00
parent 3b86a06e5c
commit 7a84704516
4 changed files with 15 additions and 3 deletions
Language/SQL/SimpleSQL

View file

@ -174,6 +174,7 @@ TODO: add ref and scope, any others?
> | IntervalTypeName IntervalTypeField (Maybe IntervalTypeField)
> | ArrayTypeName TypeName (Maybe Integer)
> | MultisetTypeName TypeName
> | RefTypeName [Name] (Maybe [Name])
> deriving (Eq,Show,Read,Data,Typeable)
> data IntervalTypeField = Itf String (Maybe (Integer, Maybe Integer))