NETProvider
NETProvider copied to clipboard
Firebird ADO.NET Data Provider
Currently the only way to pass dbcrypt key when attaching to database is provide it in connection string. Please provide 2 ways to use callback function that sends a key...
To test: Add the line: var query = db.Set() .CountAsync(u => u.Name.ToLower().Trim() == "foobar" && u.Id != 27); to the InsertTest.cs file on line 227. and run FirebirdSql.EntityFrameworkCore.Firebird.Test you will...
A lot of code is same. Maybe share some code?
I create an entity and after the first Migrations I add I new property to the entity of type of DateOnly. Add new migrations and at time of the DotNet...
Hello. We are using Firebird Embedded as a read only datasource for a web application and at some point we encountered a problem with application perfomance. After some tests i...
By setting the new property `FbBackup.IncludeStatistics` to `false `fixes #1180. To ensure backward compatibility, the default value of the `FbBackup.IncludeStatistics` property is `true`.