DDieterich / DTGen

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

Foreign Key Prefixes Missing from _ACT View Select List #102

Closed GoogleCodeExporter closed 9 years ago

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

 1. Create a table with 2 sequential FKs to the same table
 2. Generate and Install
 3. The _ACT view for the table fails to create

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

 -) No Error

Please use labels and text to provide additional information.

The nk_aa array was missing the fk_prefix to complement the fk_table_id.  Also, 
the check for consecutive numbering of level 1 natural key columns from a 
foreign key was missing the additional check for the fk_prefix

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

GoogleCodeExporter commented 9 years ago
This issue was closed by revision r653.

Original comment by Duane.Di...@gmail.com on 25 Oct 2012 at 5:42