Skip to content

Implemented function call without parameters and subselects as fields#18

Merged
andykent merged 4 commits intoforward:masterfrom
haskellcamargo:master
Oct 19, 2015
Merged

Implemented function call without parameters and subselects as fields#18
andykent merged 4 commits intoforward:masterfrom
haskellcamargo:master

Conversation

@haskellcamargo
Copy link
Copy Markdown
Contributor

Now, the following are valid:

SELECT (SELECT A FROM B) FROM C
SELECT A(B(C())) FROM D

Additions to grammar:

Expression

o "SubSelectExpression"

UserFunction

o "LITERAL LEFT_PAREN RIGHT_PAREN"

This, before, would generate a syntax error.
Also, I included a require directive to coffee-script/register, that is necessary to build via cake build.

@haskellcamargo
Copy link
Copy Markdown
Contributor Author

Solves #17

andykent added a commit that referenced this pull request Oct 19, 2015
Implemented function call without parameters and subselects as fields
@andykent andykent merged commit b3b867c into forward:master Oct 19, 2015
@andykent
Copy link
Copy Markdown
Contributor

Hi sorry, I was away for a few days but this looks good.
Thanks a bunch for the change.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants