loresoft / EntityFrameworkCore.Generator

Generate Entity Framework Core model from an existing database
https://efg.loresoft.com/
MIT License
380 stars 95 forks source link

Entity renaming does not work if a history table is used #564

Open juliannamello opened 4 months ago

juliannamello commented 4 months ago

SourceSyncronizer matches entities based on table name and schema, but if the table uses a History table, the entity in generatedContext is the history table so it's not correctly matched