DDieterich / DTGen

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

Column Name Too Long Throws UnHandled Exception #26

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
900P51:GEN_MRU: ORA-06502: PL/SQL: numeric or value error ORA-06512: at 
"DTGEN.TAB_COLS_IOI", line 25 ORA-04088: error during execution of trigger 
'DTGEN.TAB_COLS_IOI'

What steps will reproduce the problem?
 1. Create an application
 2. Create a table
 3. Create a column with a column name of 28 characters

What is the expected output? What do you see instead?
 -) I expected to see a graceful error message, or a limitation on the form that doesn't allow over-length name entry.  It did throw an unhandled exception.

Please use labels and text to provide additional information.
 -) This is problematic in that the exception message is misleading as to the cause of the problem.

Original issue reported on code.google.com by Duane.Di...@gmail.com on 22 May 2012 at 3:07

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
Implemented a column attribute in Element Attributes: 
onfocus='this.setAttribute("maxLength","25")'

Original comment by Duane.Di...@gmail.com on 31 Jul 2012 at 1:24