Hello

2017-07-04 17:48 GMT+02:00 <[email protected]>:
>
> Surely this is a bug.
>

Yes, quite likely. In your code :-)

I'm guessing that you're using the DSLContext.selectFrom() API to select
*all* the columns from your OfficeSpaces table. jOOQ never generates a
SELECT * query, unless the columns are unknown (e.g. in the presence of
plain SQL). So, if you modify your database schema, e.g. by dropping the
Email1 column, or renaming it, and you do not re-generate your tables with
the jOOQ code generator, jOOQ will still select that column from your
database.

If that doesn't explain it and you still think there's a bug in jOOQ, would
you mind posting your jOOQ query as well?

I hope this helps,
Lukas

-- 
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/d/optout.

Reply via email to