Thanks for reporting this. This will be fixed as #1493:
https://sourceforge.net/apps/trac/jooq/ticket/1493

Cheers
Lukas

2012/6/20  <[email protected]>:
> Hi,
> i tried to use a Oracle hint with Jooq 2.3.1 and a select distinct query.
> But the resulting query has the hint at the wrong place, after the distinct
> and not after the select.
> For example: Jooq gives me  SELECT DISTINCT /*+ parallel (4) */" ... but
> oracle accepts only SELECT /*+ parallel (4) */  DISTINCT.
> Greetings,
> Janno

Reply via email to