NETProvider
NETProvider copied to clipboard
Firebird ADO.NET Data Provider
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...
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...
As described in https://github.com/FirebirdSQL/jaybird/issues/713.
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,...
https://github.com/FirebirdSQL/jaybird/issues/738
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...
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...