Re: [Firebird-net-provider] ANN: Firebird ADO.NET Data Provider 2.5.0 Beta 1 for .NET 3.5/2.0 [with Entity Framework support]

2009-02-08 Thread Jiri Cincura
Views in FB doesn't contain PK, so it's in model, but commented out. You have to uncomment these items and set up PK by hand. -- Jiri {x2} Cincura (CTO x2develop.com) http://blog.vyvojar.cz/jirka/ | http://www.ID3renamer.com

Re: [Firebird-net-provider] ANN: Firebird ADO.NET Data Provider 2.5.0 Beta 1 for .NET 3.5/2.0 [with Entity Framework support]

2009-02-08 Thread sasha
Views in FB doesn't contain PK, Same in MS SQL so it's in model, but commented out. Why? -- Create and Deploy Rich Internet Apps outside the browser with Adobe(R)AIR(TM) software. With Adobe AIR, Ajax developers

Re: [Firebird-net-provider] ANN: Firebird ADO.NET Data Provider 2.5.0 Beta 1 for .NET 3.5/2.0 [with Entity Framework support]

2009-02-08 Thread Jiri Cincura
On Sun, Feb 8, 2009 at 13:17, sasha trofim...@gmail.com wrote: Why? Because everything in EF must have key. It's a crucial part of whole stuff. -- Jiri {x2} Cincura (CTO x2develop.com) http://blog.vyvojar.cz/jirka/ | http://www.ID3renamer.com

[Firebird-net-provider] [FB-Tracker] Created: (DNET-208) Skip clause is ignoring ordering

2009-02-08 Thread Jiri Cincura (JIRA)
Skip clause is ignoring ordering Key: DNET-208 URL: http://tracker.firebirdsql.org/browse/DNET-208 Project: .NET Data provider Issue Type: Bug Components: Entity Framework support Affects

Re: [Firebird-net-provider] ANN: Firebird ADO.NET Data Provider 2.5.0 Beta 1 for .NET 3.5/2.0 [with Entity Framework support]

2009-02-08 Thread Jiri Cincura
On Mon, Feb 9, 2009 at 01:29, sasha trofim...@gmail.com wrote: Have you seen behavior of Microsoft's provider for MS SQL? It imports all views, marks all fields as key fields generates entities and shows them in the model. Why FB provider simply does not do the same? FirebirdClient does the