NETProvider
NETProvider copied to clipboard
Firebird ADO.NET Data Provider
Submitted by: @cincuranet Jira\_subtask\_inward [DNET812](https://github.com/FirebirdSQL/NETProvider/issues?q=DNET812+in%3Atitle)
Submitted by: @cincuranet
Submitted by: Hélio Tibagí de Oliveira (chogoki) Votes: 1 Assuming the table "TEST" created in Firebird and SQLServer using the statement below: \-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\- CREATE TABLE TEST \(INTEGER\_COLUMN INT NOT NULL\)...
Submitted by: @cincuranet
Submitted by: Amro El-Fakharany (amro) Is related to [DNET176](https://github.com/FirebirdSQL/NETProvider/issues?q=DNET176+in%3Atitle) The following query fails with an unknown token exception: select int\_field from test \-\- a comment with ' where varchar\_field =...
Submitted by: @cincuranet Is duplicated by [DNET409](https://github.com/FirebirdSQL/NETProvider/issues?q=DNET409+in%3Atitle) Votes: 5 Allow use of stream as value for FbParameter
In Firebird4, when parameter get up-scaled to `INT128` in the query `ExecuteReader` throws an `InvalidCastException` due to attempt to cast a boxed `_value` to `BigInteger` even if parameter was explicitly...
When upgrading from Firebird3 to Firebird4 I've found that in certain scenarios the `DbDataReader`'s `GetByte`, `GetInt16`, `GetInt32`, `GetInt64` throw "Unable to cast object of type 'System.Numerics.BigInteger' to type 'System.IConvertible'" when...