So, generally if I want typed record, I should select all fields in the table, right?
>But if possible, you should avoid casting, and use the generic type provided by jOOQ's API. Meaning Result<Record>? As I see now it's also convenient, BTW.
So, generally if I want typed record, I should select all fields in the table, right?
>But if possible, you should avoid casting, and use the generic type provided by jOOQ's API. Meaning Result<Record>? As I see now it's also convenient, BTW.