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

Duplicate Index Names [DNET660] #617

Closed
firebird-automations opened this issue Dec 29, 2015 · 2 comments
Closed

Duplicate Index Names [DNET660] #617

firebird-automations opened this issue Dec 29, 2015 · 2 comments

Comments

@firebird-automations
Copy link

Submitted by: Ludovic C. (ludydoo)

Hi,

I'm trying the .NET provider with inheritance (code first).

I created a class A { public Guid id {get; set;} }, from which class B and C inherit. It's TPT inheritance.

When generating the SQL code, both B and C class with have an IX_Id index, which throws an error of "Index IX_Id already exists"

Please, see details in this SO question : http://stackoverflow.com/questions/34503574/ef6-migrations-w-firebirdclient-failing-index-ix-id-already-exists

Commits: bddf6b2

@firebird-automations
Copy link
Author

Modified by: @cincuranet

status: Open [ 1 ] => In Progress [ 3 ]

@firebird-automations
Copy link
Author

Modified by: @cincuranet

status: In Progress [ 3 ] => Resolved [ 5 ]

resolution: Fixed [ 1 ]

Fix Version: vNext [ 10742 ]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants