FirebirdSql.Data.FirebirdClient icon indicating copy to clipboard operation
FirebirdSql.Data.FirebirdClient copied to clipboard

Firebird ADO.NET Data Provider

Results 3 FirebirdSql.Data.FirebirdClient issues
Sort by recently updated
recently updated
newest added

Added FbBlobStream to be able to stream a blob from the database rather than having to fetch it completely. Especially useful when dealing with large BLOBs. This is a working...

Initial work to reduce memory allocations. Asking for guidance/opinions. Do not merge. ### Before be56c23c7a623d7dfbe0132a2b6d479466d0ffc4 ``` | Method | Count | DataType | Mean | Error | StdDev | Gen0...

Fix [#1104](https://github.com/FirebirdSQL/NETProvider/issues/1104) This PR adds to scaffolding code: - Ability to distinguish `NUMERIC` from `DECIMAL` datatypes. - Precision and Scale for `NUMERIC`/`DECIMAL` column types. - Collation for `CHAR`/`VARCHAR` column types....