While writing the dynamic record code, I was wondering if this feature wouldn't be a valuable addition to jOOQ: A "junit" mode.
Basically, this mode should allow the developer to register SQL queries and the desired result (i.e. the records which jOOQ should return for this query). In this mode, jOOQ wouldn't try to open a DB connection. It would allow to test SQL query building (by registering no results) and creating Record objects to test result processing and a mix of both. Or is something like that already possible? Regards, A. Digulla -- 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/groups/opt_out.
