When using the Sqlite Provider i encountered the following error.
An unhandled exception occurred while processing the request.
InvalidCastException: Unable to cast object of type 'System.Int64' to type 'System.Double'.
Deserialize0693dad1-08a7-4b56-b158-09ed5699f3a7(IDataReader )
DataException: Error parsing column 5 (StartMilliseconds=120 - Int64)
Dapper.SqlMapper.ThrowDataException(Exception ex, int index, IDataReader reader, object value) in SqlMapper.cs, line 3665
This is similar to the final message in the PR #221
It seems to stem from the dynamic datatypes of Sqlite.
When using the Sqlite Provider i encountered the following error.
This is similar to the final message in the PR #221
It seems to stem from the dynamic datatypes of Sqlite.