DDieterich / DTGen

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

Active View Won't Compile for Self-Referencing Tables #101

Open GoogleCodeExporter opened 9 years ago

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

 1. Create Application with Self-Referencing Table
 2. Generate and Install the Application
 3. The ACTIVE view gets an error for unknown column.

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

 -) There should be no error.

Please use labels and text to provide additional information.

The problem might be around line 6710 in generate.pkb. The from list that is 
generated needs to use the "_A" view instead of the "_ACT" view for 
eself-referencing tables.  There may also be a problem with the list of columns 
generated for the select list above that location as well.

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