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

Submitted by: @cincuranet Jira\_subtask\_inward [DNET812](https://github.com/FirebirdSQL/NETProvider/issues?q=DNET812+in%3Atitle)

ado.net

Submitted by: @cincuranet

component: ado.net provider
type: new feature
priority: minor

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\)...

ado.net

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 =...

ado.net

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

ado.net

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...

component: ado.net provider

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...

component: ado.net provider