parse a join b without inner
This commit is contained in:
parent
9461a11c97
commit
adfeac8d16
3 changed files with 16 additions and 11 deletions
tools/Language/SQL/SimpleSQL
|
@ -20,6 +20,10 @@ expression
|
|||
> ,ms [TRJoin (TRSimple "t") JInner (TRSimple "u")
|
||||
> (Just $ JoinOn $ Iden "expr")])
|
||||
|
||||
> ,("select a from t join u on expr"
|
||||
> ,ms [TRJoin (TRSimple "t") JInner (TRSimple "u")
|
||||
> (Just $ JoinOn $ Iden "expr")])
|
||||
|
||||
> ,("select a from t left join u on expr"
|
||||
> ,ms [TRJoin (TRSimple "t") JLeft (TRSimple "u")
|
||||
> (Just $ JoinOn $ Iden "expr")])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue