DDieterich / DTGen

DTGEN Code Generation Tool for Relational Designers (See Wiki Branch)
http://dtgen.org
3 stars 0 forks source link

Field Names Too Long in GUI #103

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

 1. Create a column name that is more than 20 characters long
 2. Generate and install the GUI
 3. Receive an "identifier too long" error

What is the expected output? What do you see instead?

 -) No errors

Please use labels and text to provide additional information.

Perhaps the column name length should be reduced from 25 to 20.

Original issue reported on code.google.com by Duane.Di...@gmail.com on 25 Oct 2012 at 8:12

GoogleCodeExporter commented 9 years ago
New Fix:
 -) Leave column name length at 25, it needs to be as long as possible
 -) Remove "_MIN" and "_MAX" from GUI Form Field Names
 -) Change leading "P" to "N" or "X" in GUI Form Field Names
 -) Implement Issue 104 to prevent GUI Form Field Name collision

Original comment by Duane.Di...@gmail.com on 25 Oct 2012 at 1:54

GoogleCodeExporter commented 9 years ago

Original comment by Duane.Di...@gmail.com on 25 Oct 2012 at 4:38