NETProvider
NETProvider copied to clipboard
Firebird ADO.NET Data Provider
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...
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...
https://github.com/FirebirdSQL/firebird/blob/master/doc/README.gbak#L103
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...
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:...
Submitted by: @cincuranet Basically a race condition\.
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".