Skip to content

Sqlite MDS "No coercion operator" exception  #513

@bcssov

Description

@bcssov

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.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions