Hi, I get a compilation error for the generated table classes if I disable the generation of records. The error message is the following:
Entity.java:[11,69] type parameter org.jooq.Record is not within its bound The code at this line looks like this: public class Entity extends org.jooq.impl.UpdatableTableImpl<org.jooq.Record> This error does not occur if I let the generator create the Records. I'm using jOOQ 2.1.0 and Postgres 8.3. Is this a bug in the generator or can I do something to fix this? Cheers, Joerg
