yasser777 / nettiers

Automatically exported from code.google.com/p/nettiers
0 stars 0 forks source link

Enhance generation report #437

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
I recently ran into a problem that was causing my generated project to be 
unable to build. The reason for this was quite unclear and I ended uo spinning 
my wheels for several days.

As it turned out, one of my table was Collection and that was causing the 
problem.

It occurred to me that reporting the use of commonly used reserved/restricted 
words in tables names, field names, etc could be detected by the template 
generator and reported on the report that generated with the offending name 
along with the context where it is used. 

Likely, this would add time to the generation of the templates, but a checkbox 
could be added to the  properties window to skip checking for this condition. 
This would allow faster generation for regens where all the tables and fields 
are already properly named.

Original issue reported on code.google.com by STEVE.SC...@gmail.com on 9 Jul 2014 at 2:37