NETProvider icon indicating copy to clipboard operation
NETProvider copied to clipboard

Firebird ADO.NET Data Provider

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

It would be great if during the database creation, using Entity Framework, we could define the default collation. ```ModelBuilder``` has a method ```UseCollation```. But it doesn't work with Firebird. Another...

component: entity framework core

Submitted by: Lars Weber (l.weber) The problem we are having is that already queued events are not received by the EventHandler after the database has been shutdown and brought back...

priority: major
component: ado.net provider
type: bug

https://github.com/FirebirdSQL/firebird/blob/master/doc/README.gbak#L103

ado.net

Please introducte a `ConnectionTimeout` to wait, when a connection is retrieved from the `ConnectionPool`. If no connection is available in-time, throw an exception (as is). When ConnectionPool is active, please...

ado.net

FirebirdSql.Data.FirebirdClient.FbException (0x80004005): Error writing data to the connection. Error reading data from the connection. ---> FirebirdSql.Data.Common.IscException: Error writing data to the connection. Error reading data from the connection. ---> System.IO.IOException:...

component: ado.net provider
blocked/waiting

Like [here](https://github.com/FirebirdSQL/NETProvider/blob/9dd26a0e989d5d0fbb34c699f1cbdb8fdadc1c8b/src/FirebirdSql.Data.FirebirdClient/Client/Managed/Version10/GdsStatement.cs#L1299) and related. It might simplify rest of "decoding" and "encoding".

ado.net