[firebird-support] EF6 - Why extra index created?

2016-05-08 Thread 'e...@emel.hu' e...@emel.hu [firebird-support]
I try the ordinary EF CodeFirst test with latest packages for new FB3. - public class Blog { public int id{ get; set; } public string name { get; set; } public DateTime created { get; set; } public string comment

Re: [firebird-support] EF6 - Why extra index created?

2016-05-08 Thread 'Thomas Steinmaurer' t...@iblogmanager.com [firebird-support]
> I try the ordinary EF CodeFirst test with latest packages for new FB3. > > > >targetFramework="net452" /> >targetFramework="net452" /> > > > - > > public class Blog > { > public int id{ get; set; } > public string name { get; set;

Re: [firebird-support] EF6 - Why extra index created?

2016-05-09 Thread Mark Rotteveel m...@lawinegevaar.nl [firebird-support]
On 2016-05-09 0:35, 'e...@emel.hu' e...@emel.hu [firebird-support] wrote: > I try the ordinary EF CodeFirst test with latest packages for new > FB3. ... > BUT: why is created a "IX_Posts_blogId" index when the > "FK_Posts_Blogs_blogId" index created for FK? This question is more suitable for t

Re: [firebird-support] EF6 - Why extra index created?

2016-05-09 Thread kristinwens...@yahoo.com [firebird-support]
Thank you On Monday, May 9, 2016 11:18 AM, "Mark Rotteveel m...@lawinegevaar.nl [firebird-support]" wrote:   On 2016-05-09 0:35, 'e...@emel.hu' e...@emel.hu [firebird-support] wrote: > I try the ordinary EF CodeFirst test with latest packages for new > FB3. ... > BUT: why is creat