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
select_ $
if limitNeeded then limit_ 10 else id $
all_ someTable
This fails with cannot construct the infinite type: s ~ QNested s. I get that limit_ changes the type and id doesn't, but I can't figure out what I can use instead of id. I thought subselect_ could work, but I'm getting ugly nested queries when limitNeeded is false: