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.

Reply via email to