FirebirdSQL / NETProvider

Firebird ADO.NET Data Provider
https://www.firebirdsql.org/en/net-provider/
Other
152 stars 62 forks source link

Scaffolding error with Firebird 2.5 with Numeric columns #1142

Open lvalgimigli opened 7 months ago

lvalgimigli commented 7 months ago

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 are: FirebirdSql.EntityFrameworkCore.Firebird (10.0.0), EntityFramework.Firebird(10.0.0) ,
EntityFramework.Firebird (10.0.0)

lvalgimigli commented 7 months ago

For my project i have used the last stable version of all libraries (10.0.0), have you a new version?