how to remove timestamp comment from generated code files?

Posts   
 
    
Posts: 35
Joined: 07-Jun-2016
# Posted on: 20-Aug-2021 22:38:47   

I tried to search but couldn't find this. I'm assuming this is a setting in the designer but I need to know how to exclude the timestamp comment from the top of the generated code files.

When those are included it makes my git repository think every single file was modified when we regenerate when in fact it was only a small number of files that actually got changed.

thanks.

Otis avatar
Otis
LLBLGen Pro Team
Posts: 39588
Joined: 17-Aug-2003
# Posted on: 22-Aug-2021 13:44:13   

Tdl emit time date in output files In project settings -> Conventions -> Entity model -> LLBLGen Pro Runtime Framework. In old versions it has the same name but is likely found under project properties.

Frans Bouma | Lead developer LLBLGen Pro
Posts: 35
Joined: 07-Jun-2016
# Posted on: 23-Aug-2021 15:47:06   

Thanks.