You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 ...
The text was updated successfully, but these errors were encountered:
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 ...
The text was updated successfully, but these errors were encountered: