Skip to content

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

Description

@jaypipes

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;
    }

Activity

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

      Milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions