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

Hi, any ETA for Firebird to support EF Core 9.0? EF Core 9.0 RC2 already released.

component: entity framework core

Currently, the blob segment size is controlled by the connection property `PacketSize`, and this has a maximum value of 32767 (bytes). However, since Firebird 2.1, segment sizes of 64KiB -...

ado.net

When I try to scaffold a table with a column of type NUMERIC(x,y), I get this error "Could not find type mapping for column..." It seems like FbTypeMappingSource doesn't have...

I’ve created the following test project to illustrate my problem: https://github.com/alansbraga/DatabaseTest In my real project, I initially created the structure using .NET 6 and have since migrated to .NET 8....

FirebirdSql.Data.FirebirdClient v10.3.1. I have a Dapper query that attempts to insert a DateTimeOffset value but fails with ArgumentException: "Invalid data type: 27.". Simplified version: ```cs var connectionString = "..."; var...

component: ado.net provider

**Actual Result** - _InitializeSecurityContext failed_ Exception when try to authenticate with Win_Sspi Authentication in PC without register in a Microsoft Active Directory domain: ![Image](https://github.com/user-attachments/assets/9024b76e-6875-4068-a83d-9d39a7400755) ``` System.Exception: InitializeSecurityContext failed at FirebirdSql.Data.Client.Managed.Sspi.SspiHelper.GetClientSecurity(Byte[]...

ado.net

Suggestion for fixing the error "SQL error code = -204 Implementation limit exceeded block size exceeds implementation restriction" reported some time ago in an issue, I managed to find the...

It looks like FbNRestore is missing the sequence option wihich is used for replication or do I miss something? Thanks for the support already and kind regards, Leonard Wennekers

ado.net

Another piece of #1196. The code has been rewritten from the ground up, though I've kept some names and structure, at least for this initial version. - `IFbLogger` -> `Microsoft.Extensions.Logging.ILogger`...