EntityFrameworkCore.FirebirdSQL
EntityFrameworkCore.FirebirdSQL copied to clipboard
FirebirdSQL database provider for Entity Framework Core.
### 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)...
### 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...
**Boolean type for Fb 2.5** * Create option to customize the property
Help area! We need tests to follow the test pattern of EntityFrameworkCore (SQL Server) Any help is welcome!
### 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...