Duplicate Index Names --------------------- Key: DNET-660 URL: http://tracker.firebirdsql.org/browse/DNET-660 Project: .NET Data provider Issue Type: Bug Components: ADO.NET Provider Affects Versions: 4.9.0.0 Environment: Windows 8.1 / VS2015 / ES6.1.3 / Reporter: Ludovic C. Assignee: Jiri Cincura
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 -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://tracker.firebirdsql.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira ------------------------------------------------------------------------------ _______________________________________________ Firebird-net-provider mailing list Firebird-net-provider@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/firebird-net-provider