Re: [firebird-support] Fast Slow Stored procedure

2016-05-08 Thread Thomas Steinmaurer t...@iblogmanager.com [firebird-support]
Hi Jack, > Hi Thomas > > I did a trace as you suggested. > The slow SP shows these 3 consecutive statements showing a 20 min gap of > no activity > > 2016-05-04T14:25:30.5020 (3268:061B51F8) EXECUTE_PROCEDURE_START > C:\MAGUSDB\FBDB\SAMPLE1.FDB (ATT_45, SYSDBA:NONE, NONE, TCPv4:127.0.0.1) >

[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;