DDieterich / DTGen

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

GUI help_txt too short #115

Open GoogleCodeExporter opened 9 years ago

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

 1.  Create a Column Description longer than ??? (1000)
 2.  Generate GUI
 3.  ORA-06502: PL/SQL: numeric or value error:
     character string buffer too small
     line 9588 ORA-06512: at "DTGEN.GENERATE"

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

 -) No Error

Please use labels and text to provide additional information.

 -) Either substr() the length of the description or make help_txt longer in the GENERATE package

Original issue reported on code.google.com by duane.di...@dmstex.com on 5 Jan 2013 at 4:11