• Sébastien Ros's avatar
    Use InvariantCulture in FlexibleConvert (#1363) · a18dc63c
    Sébastien Ros authored
    In Sqlite, DateTime is stored as String, and custom serializers ultimately use Convert.ChangeType to do the conversion. The generated code however doesn't set the Invariant culture, and the conversion can fail if the current culture doesn't match the standard DateTime serialization format from Sqlite.
    a18dc63c
SqliteTests.cs 5.99 KB