> Since the https://github.com/jOOQ/jOOQ/issues/1492 won't make it into 3.0,
Yes, I will send a mail with some directions in the next couple of days as I'm about to release RC1 for jOOQ 3.0... > how about a simple "asCount()" method that returns a new query with anything > in the select list removed and Count(1/*) added? ;-) how to put this... I "feel" that this kind of method would need deprecation right after introduction. More seriously: I'd rather get these things right by cleanly separating the DSL API from the Model API where the model will allow for arbitrary manipulation... Cheers Lukas 2013/2/14 digulla <[email protected]>: > Since the https://github.com/jOOQ/jOOQ/issues/1492 won't make it into 3.0, > how about a simple "asCount()" method that returns a new query with anything > in the select list removed and Count(1/*) added? > > > On Friday, January 4, 2013 2:14:15 PM UTC+1, [email protected] wrote: >> >> Okay, thanks for your reply. I will wait for jooq 3.0 then .. -- 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.
