forked from praeclarum/sqlite-net
-
Notifications
You must be signed in to change notification settings - Fork 160
CallsOnUnsupportedTypes failing #243
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
#196 suggest that this test can be ignored and that DateTimeOffset may already be supported. Looks like the test for Guid also fails. |
DateTimeOffset is defined in Orm.cs as a bigint, so it is supported. |
I fixed this in my PR by adding a DivideByZeroException as the not supported type. For the saving, I used Newtonsoft.Json to serialize but really it could be something else. |
Awesome :) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Should this test be passing? It fails at Assert.That(types, Has.Member(typeof (DateTimeOffset))); but it seems that no types are ever added by the Serializer.
The text was updated successfully, but these errors were encountered: