PeterHenell / sql-server-data-producer

Automatically exported from code.google.com/p/sql-server-data-producer
0 stars 1 forks source link

BUG: If the column has two foreign keys then the column will appear two times in the result causing errors when generating scripts #174

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
reproduce:
create table with one column
add foreign key to other column
add foreign key to other column, name the constraint differently

when generating data the column will appear twice. It will also cause duplicate 
items problems in the dictionaries.

Original issue reported on code.google.com by a03pe...@gmail.com on 26 Feb 2013 at 9:17