I'm using pretty standard syntax here, I think: Result<Record> = ...selectDistinct(...).fetch();
but it wont compile because the above returns Result<Record4<...>> which is an autogenerated interface, which is a subinterface of Record but the compiler remains unhappy I suppose normally java will treat this as an implicit cast? doesnt seem like I should be doing any explicit casting? thanks -- You received this message because you are subscribed to the Google Groups "jOOQ User Group" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
