sqltoast icon indicating copy to clipboard operation
sqltoast copied to clipboard

Support <row subquery> in <row value constructor>

Open jaypipes opened this issue 7 years ago • 0 comments

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 avatar Jun 08 '18 20:06 jaypipes