Hi Christopher, > Another question: when using fetch, is there a way to get the raw > ResultSet instead of the jOOQ structures? Because for transition > purposes, it is possible that first the request part is migrated and > then the parsing part. The intermediary step would be to obtain the > ResultSet from the jOOQ structure or someting.
As a matter of fact, I had recently had similar ideas adding more support for java.sql.ResultSet: - https://sourceforge.net/apps/trac/jooq/ticket/1140 - https://sourceforge.net/apps/trac/jooq/ticket/1141 - https://sourceforge.net/apps/trac/jooq/ticket/1144 These methods will be available in jOOQ 2.0.5 Cheers Lukas
