Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support <row subquery> in <row value constructor> #123

Open
jaypipes opened this issue Jun 8, 2018 · 0 comments
Open

Support <row subquery> in <row value constructor> #123

jaypipes opened this issue Jun 8, 2018 · 0 comments
Labels
Milestone

Comments

@jaypipes
Copy link
Owner

jaypipes commented Jun 8, 2018

There's a big TODO left in parse_row_value_constructor():

    if (cur_sym == SYMBOL_SELECT) {
        // TODO(jaypipes): handle subquery row value constructors
        return false;
    }
@jaypipes jaypipes added the DML label Jun 8, 2018
@jaypipes jaypipes modified the milestones: 0.3, 0.2 Jun 8, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant