Hello, Is there any way to use jOOQ-generated tables to take advantage of its SELECTs and persistence operations if I have some column that exists in a table only for a specific environment. E.g. select(TABLE.fields()) will fail in case this column is absent? Shoud I generate 2 sets of table+record+maybe_something_else?
-- 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.
