NETProvider
NETProvider copied to clipboard
Firebird ADO.NET Data Provider
Hi, any ETA for Firebird to support EF Core 9.0? EF Core 9.0 RC2 already released.
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 -...
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...
Initial work for #1196.
**Actual Result** - _InitializeSecurityContext failed_ Exception when try to authenticate with Win_Sspi Authentication in PC without register in a Microsoft Active Directory domain:  ``` System.Exception: InitializeSecurityContext failed at FirebirdSql.Data.Client.Managed.Sspi.SspiHelper.GetClientSecurity(Byte[]...
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
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`...