EntityFrameworkCore.FirebirdSQL
EntityFrameworkCore.FirebirdSQL copied to clipboard
FirebirdSQL database provider for Entity Framework Core.
### Need to work with transactions , but not working, if i remove transaction code ,works fine ``` var sms = this.DbContext.SMS.Find(id); if (this._validation.DeleteValidation(httpContext, id)) { using (var dbContextTransaction =...
I'm doing raw sql queries with fromSQL () and everything works fine until I need to compare some string with accent, running select in dbeaver works, the same select in...
from @mrjohnr on 11 de set de 2018 09:26 BRT ``` fail: Microsoft.AspNetCore.Diagnostics.DeveloperExceptionPageMiddleware[1] An unhandled exception has occurred while executing the request. System.NullReferenceException: Object reference not set to an instance...
### The issue Hi, hoping I have the right place for this. When converting from the fluent Linq expression to an SQL output the generated SQL includes the type BIT,...
### The issue SQL generated to check existence of a table puts single quotes around the tabel name string literal returned by `stringTypeMapping.GenerateSqlLiteral(TableName)`, which it should not. ### Steps to...
### The issue When scaffolding an existing database, there are some issues with the generated classes. 1. Columns marked as NOT NULL are generated as optional members. 2. Unique index...
Hello, I'm trying to scaffold a database who doesnt use Primary Key on its tables. When I run a dotnet ef dbcontext scaffold I got the following error: `PK ''...
Hello, Im trying to implement this package and when I try to return simple query it works, for example: `var result = context.Blog.Take(10).ToList();` but if I try to use the...
* Create new branch [ ] * Refactoring all code [ ] * Deployment of unit tests [ ] * Bug fixes and fixes [ ] Estimated deadline 11/15/2018