firebird
firebird copied to clipboard
Entity Framework DateOnly and TimeOnly support
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.
Perhaps this issue should have been created at https://github.com/FirebirdSQL/NETProvider