Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unknown system table #56

Closed
ChrisJollyAU opened this issue Aug 25, 2020 · 4 comments
Closed

Unknown system table #56

ChrisJollyAU opened this issue Aug 25, 2020 · 4 comments
Assignees
Labels

Comments

@ChrisJollyAU
Copy link
Member

Using 3.1-preview branch

Trying to scaffold an .mdb database and it errors out without finishing the scaffolding

I'm getting "Unknown system table" for both ConstraintColumns and ForeignKeys

Is it possible to skip over/ignore those system tables?

@lauxjpn
Copy link
Member

lauxjpn commented Aug 25, 2020

See #55 (comment)
Please try again once the PR has been merged.

@lauxjpn lauxjpn self-assigned this Aug 25, 2020
@lauxjpn lauxjpn added this to the 3.1.x milestone Aug 25, 2020
@ChrisJollyAU
Copy link
Member Author

Seems to be solved with that update you did. The classes are generated and the Foreign Keys and their navigation properties appear correctly.

Haven't tested if the navigation properties actually work yet

@ChrisJollyAU
Copy link
Member Author

Navigation properties work as expected. Works fine to Microsoft.EntityFrameworkCore.Proxies for the lazy loading of the navigation properties

@lauxjpn
Copy link
Member

lauxjpn commented Sep 2, 2020

I'll close this one then.

@lauxjpn lauxjpn closed this as completed Sep 2, 2020
@lauxjpn lauxjpn modified the milestones: 3.1.x, 3.1.0-alpha.1 Nov 28, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants