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]. For more options, visit https://groups.google.com/d/optout.
