Skip to content

DateOnly and TimeOnly in EFCore #1025

@D3coded

Description

@D3coded

I'm having an issue with in EFCore 5.0.9 with Firebird EFCore 8.5.4.

When using

public partial class Timeentry{ 
    [Column(TypeName="date")]
    public DateOnly Day { get; set; }
}

in my model, and try to create a migration i get following error:

The property 'Timeentry.Day' is of type 'DateOnly' which is not supported by the current database provider.

How can i work with DateOnly and TimeOnly using the Firebird EFCore Provider?

Metadata

Metadata

Assignees

Labels

Type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions