That's the problem - it looks like we are running 3.1. Thanks for the help

On Friday, May 9, 2014 12:12:49 PM UTC-5, Lukas Eder wrote:
>
> Hi Landon,
>
> That is indeed curious. Well, Oracle database reports identifiers in all 
> uppercase, so your expression looks correct to me. What we could try:
>
> Could you use log4j or slf4j to produce some debug log output during the 
> code generation? Some details here:
> http://www.jooq.org/doc/manual/manual/sql-execution/logging/
>
> Also (just checking): You *are* evaluating jOOQ 3.3, right? Because the 
> includeExcludeColumns feature was introduced only in jOOQ 3.2
>
> Best Regards,
> Lukas
>
>
> 2014-05-09 18:57 GMT+02:00 Landon Sykora <[email protected] <javascript:>>:
>
>> I'm using Oracle dialect. I double checked that the columns are upper 
>> case, and tried it with lower case alternatives as well.
>>
>>
>> On Friday, May 9, 2014 12:55:33 AM UTC-5, Lukas Eder wrote:
>>
>>> Hi Landon,
>>>
>>> Nice trick with the leading and trailing pipes, to trick regexes into 
>>> ignoring whitespace :-)
>>>
>>> Just the usual check: What database are you using? Are you sure that the 
>>> (reported) column names are in upper case?
>>>
>>>
>>> 2014-05-08 21:40 GMT+02:00 Landon Sykora <[email protected]>:
>>>
>>>>  Hi all,
>>>> I am trying to get the jOOQ generator tool to exclude a certain column 
>>>> from one of my tables. The relevant section of my configuration file is as 
>>>> follows:
>>>>
>>>> <database>
>>>> <includes>
>>>>                 |CHP_IMMUNIZATIONS(_SEQ)?|
>>>> </includes>
>>>> <excludes>
>>>> |EHS.CHP_IMMUNIZATIONS.CH_IMMUN_SOURCE_ID|
>>>>  |CHP_IMMUNIZATIONS.CH_IMMUN_SOURCE_ID|
>>>> |CH_IMMUN_SOURCE_ID|
>>>>  </excludes>
>>>> <includeExcludeColumns>true</includeExcludeColumns>
>>>> </database>
>>>>
>>>> I put a number of different things in the excludes tag, since I'm not 
>>>> sure what it's looking for, but in any case nothing is working: the column 
>>>> is still present in the generated code. Any idea what I could be doing 
>>>> wrong?
>>>> Thanks,
>>>> Landon
>>>>
>>>> -- 
>>>> 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.
>>>>
>>>
>>>  -- 
>> 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] <javascript:>.
>> For more options, visit https://groups.google.com/d/optout.
>>
>
>

-- 
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.

Reply via email to