firebird icon indicating copy to clipboard operation
firebird copied to clipboard

Entity Framework DateOnly and TimeOnly support

Open mateli opened this issue 2 months ago • 1 comments

When trying to create a database table with a DateOnly object the following error happens:

"FirebirdSql.Data.FirebirdClient.FbException : unsuccessful metadata update CREATE TABLE Boxes failed SQL error code = -607 Invalid command Specified domain or source column DATETIME does not exist"

While there are various workaround this is somethin that should be handled by FirebirdSql.EntityFrameworkCore.Firebird.

mateli avatar Oct 20 '25 14:10 mateli

Perhaps this issue should have been created at https://github.com/FirebirdSQL/NETProvider

dsonda avatar Oct 21 '25 18:10 dsonda