How can we add support for DateTimeOffset properties in the Sqlite Provider? Xtensive.Orm.DomainBuilderException : Unsupported type: 'DateTimeOffset'. bij Xtensive.Orm.Building.Validator.ValidateFieldType(TypeDef declaringType, Type fieldType, Boolean isKeyField) bij Xtensive.Orm.Building.Validator.ValidateFieldType(TypeDef declaringType, Type fieldType, Boolean isKeyField) bij Xtensive.Orm.Building.ModelInspector.InspectField(BuildingContext context, TypeDef typeDef, FieldDef fieldDef, Boolean isKeyField) bij Xtensive.Orm.Building.ModelInspector.Inspect(BuildingContext context, TypeDef typeDef) bij Xtensive.Orm.Building.ModelInspector.InspectTypes(BuildingContext context) bij Xtensive.Orm.Building.ModelInspector.Run(BuildingContext context) bij Xtensive.Orm.Building.Builders.ModelBuilder.Run() bij Xtensive.Orm.Building.Builders.DomainBuilder.BuildModel() bij Xtensive.Orm.Building.Builders.DomainBuilder.Run() bij Xtensive.Orm.Building.Builders.DomainBuilder.Run(DomainBuilderConfiguration builderConfiguration) Thanks |
We added support for DateTimeOffset for SQLite in DataObjects.Net v5.0.10 RC. General operations are supported, but some of them aren't able to be implemented because of storage restrictions. |