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
fix(address-apy): parenthesize DISTINCT ON blocks in portfolio UNION
Postgres rejects UNION between two SELECT DISTINCT ON ... ORDER BY blocks
unless each is parenthesized. Wrap both weight-CTE branches so addressApy
stops throwing 'syntax error at or near UNION'.
0 commit comments