EntityFrameworkCore.FirebirdSQL icon indicating copy to clipboard operation
EntityFrameworkCore.FirebirdSQL copied to clipboard

FirebirdSQL database provider for Entity Framework Core.

Results 16 EntityFrameworkCore.FirebirdSQL issues
Sort by recently updated
recently updated
newest added

### The issue Tested sample: ``` List parts = new List(); var groupsQ = from grp in _context.Groups join item in _context.Items on grp.Id equals item.GroupId where item.PartId.HasValue && parts.Contains(item.PartId.Value)...

bug
2.2

### The issue First of all thanks for your great work! Using your latest Version2.1 branch we got a problem with broken statements generated from```FbQuerySqlGenerator```. The problem occurs due to...

Path 2.1.1
2.2

**Boolean type for Fb 2.5** * Create option to customize the property

bug
enhancement
Version 2.1

Help area! We need tests to follow the test pattern of EntityFrameworkCore (SQL Server) Any help is welcome!

help wanted
tests

### The issue I'm trying to use EF core with Firebird 2.5 Database. Scaffolding the context works fine. If i try to run a query I get an error saying...

bug
Version 2.1