Not sure if you really consider this a bug. I've tried using the sample from this #437 issue and have switched to MDS in the sample:
using (var connection = new SqliteConnection("Data Source=:memory:"))
By running the sample the following exception is being thrown:
No coercion operator is defined between types 'System.String' and 'System.DateTime'.'
Using the default provider does not result in an exception. If I enable Automatic conversion, everything works. I'm merely reporting this as a secondary issue I discovered while trying to figure out my main problem.
Not sure if you really consider this a bug. I've tried using the sample from this #437 issue and have switched to MDS in the sample:
using (var connection = new SqliteConnection("Data Source=:memory:"))By running the sample the following exception is being thrown:
No coercion operator is defined between types 'System.String' and 'System.DateTime'.'Using the default provider does not result in an exception. If I enable Automatic conversion, everything works. I'm merely reporting this as a secondary issue I discovered while trying to figure out my main problem.