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

I'm automating a migration from Firebird 2.5 to 3.0 using FbStreamingBackup and FbStreamingRestore and Embeded servers. However the isc_spb_res_fix_fss_data and isc_spb_res_fix_fss_metadata is not on FbRestoreFlags options. I clone the repository...

When i try to scaffold a Firebird 2.5 Database i get this error: **Could not find type mapping for column 'XXXXXX' with data type 'NUMERIC(4,2)'. Skipping column.** My project references...

I try to scaffold test_db: `Scaffold-DbContext "Server=x.x.x.x;Database=test_db;user id=SYSDBA;password=masterkey;Dialect=3" FirebirdSql.EntityFrameworkCore.Firebird -Force -Verbose -OutputDir Models` I get the following error: `Using project 'FBNetCoreApp'.` `Using startup project 'FBNetCoreApp'.` `Build started...` `Build succeeded.` `C:\Program...

Using: Entity Framework Core ver 9.1.1 over NET 6. Server: Firebird 3. A example Entity: ``` public class TABLE { public int Id { get; set; } public string? Name...

type: bug
component: entity framework core

Does it make sense to run CI also on Linux (Ubuntu/`ubuntu-latest`/`ubuntu-22.04`)? Or just waste of CPU cycles/energy? I guess the "biggest" chunk of work would be preparing Linux versions into...

ado.net

priority: major
component: ado.net provider
type: task

`Regex_IsMatch_MethodCall`, ...

ef core

With Firebird 4, the default object length was raised from 31 bytes to 63 characters, so column names can now exceed the old 31 byte limit. However, it appears that...