Datetime Converter

I get this error when read a sqlite database:
ServiceStack.OrmLite.OrmLiteUtils - String ‘’ was not recognized as a valid DateTime.
I tried to create a custom DateTimeConverter but it does not intercept the String ‘’.

Gianmaria

That’s an insufficient description to be able to identify and report an issue, please refer to How to create a Minimal, Reproducible Example.

Any custom SQLite DateTime converter should be based on the existing implementations in SqliteDateTimeConverter.cs.

There are different implementations depending on the OrmLite.Sqltie NuGet package which depend on different SQLite implementations.