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

Hi guys. I had a problem with an project with Database First Approach. My app was truncating every decimal's information. Consider model as: ``` C# class Sell { public int...

component: entity framework core

When connection is closed from server-side (`connection shutdown` response, from i.e. `DELETE FROM MON$ATTACHMENTS WHERE MON$ATTACHMENT_IDCURRENT_CONNECTION`), the socket is no longer usable, yet the code puts the connection back to...

component: ado.net provider
type: bug

As described in https://github.com/FirebirdSQL/jaybird/issues/713.

ado.net

https://github.com/FirebirdSQL/jaybird/issues/744

ado.net

The transaction isolation level of Serializable in ADO.Net and Firebird has different meanings and implications. In ADO.Net, Serializable means that transactions are executed as if they were in serial order,...

component: ado.net provider

https://github.com/FirebirdSQL/jaybird/issues/738

ado.net

Inserting or updating a string field using Entity Framework results in unexpected byte sequences when all of the following conditions are met: - the connection string specifies an encoding other...

component: entity framework core

According to https://github.com/FirebirdSQL/NETProvider/issues/317, HasRows always returns true as it is not supported by Firebird. However, this is not documented anywhere and is causing "There are no data to read" exceptions...

ado.net