db_type icon indicating copy to clipboard operation
db_type copied to clipboard

Invalid ROW parsing

Open ledvinap opened this issue 11 years ago • 0 comments

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 ...

ledvinap avatar Jul 11 '13 12:07 ledvinap