DDieterich / DTGen

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

Missing Error Checking for Incomplete Schema #63

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Create Tables with No Columns
2. Generate
3. Get Error "Reference to uninitialized collection"

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

  -) Some basic checks should be made to ensure an application is ready for generation.

Please use labels and text to provide additional information.

Original issue reported on code.google.com by Duane.Di...@gmail.com on 29 Aug 2012 at 7:04

GoogleCodeExporter commented 9 years ago
Also, don't allow multi-tier generation (non-null dbid) and LOB storage 
(varchar2 > 4000).  Remote LOB access through a database link is not allowed, 
except for specific kinds of DDL/DML like "select table as".

Original comment by Duane.Di...@gmail.com on 27 Sep 2012 at 11:56

GoogleCodeExporter commented 9 years ago

Original comment by Duane.Di...@gmail.com on 27 Sep 2012 at 12:39