NETProvider icon indicating copy to clipboard operation
NETProvider copied to clipboard

Firebird ADO.NET Data Provider

Results 164 NETProvider issues
Sort by recently updated
recently updated
newest added

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...

https://github.com/FirebirdSQL/firebird/issues/7186

ado.net

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...

type: bug
component: entity framework core

A lot of code is same. Maybe share some code?

ado.net

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...

ef core

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...

component: ado.net provider

component: ado.net provider
type: new feature

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`.