Subquery type error when using generics
I have the following simple query being generated by my function
and it works fine. If I add a generic for reusing the same function with different tables (all sharing the common
f:and it works fine. If I add a generic for reusing the same function with different tables (all sharing the common
col1 column) it works fine, until I get to the sub query whereRef (even if I constraint the generic to a single value, which is the same table as before):