On 11/16/2012 7:13 PM, Radim Hartmann wrote:
> I know that in generator I can use this
> <columnOverride column="TD_AAABBB_ID" property="tdAaaBbbId " />
>
> but I have around 20 bad naming columns in 150 tables and I do not want
> to each time to write this tag
> <columnOverride column="TD_AAABBB_ID" property="tdAaaBbbId " />
>
> Any Idea?
How many times are you going to run the generator? I would guess at
most once or twice. If I had this issue and anticipated running the
generator repeatedly, I would just create a shell script (batch file for
Windows) that did a file search and replace string.
--
Guy Rouillier