martinjw / dbschemareader

Read database metadata (from SqlServer/Oracle/MySql/SQLite/PostgreSql/DB2 etc) into one simple model
Microsoft Public License
293 stars 128 forks source link

Foreign key to unique index fix. #115

Closed rwood closed 3 years ago

rwood commented 3 years ago

If the foreign key was pointing to a unique index it wouldn't have the foreign key table and schema updated and the indexes column list would be missing.

Also, FindTableByName call was missing Schema.

martinjw commented 3 years ago

Thanks!