db_type
db_type copied to clipboard
Invalid ROW parsing
Checking for immediate ')' when parsing ROW will fail for row with single value that can be null. In postgres there is no difference between ROW() and ROW(NULL). Special-casing the test for ROW with one field will probably work fine ...