-
Notifications
You must be signed in to change notification settings - Fork 110
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
Support Guid and Nullable Guid Data Types #80
Conversation
Hi @Ibrahemkhalil thank you for the PR. Can you add supporting test cases for the changes you made? Thank you! |
Hi @tghamm |
@Ibrahemkhalil awesome thank you. It looks like you've addressed the previous issue that |
@Ibrahemkhalil I just made a very minor commit to master that will ensure that when code coverage is run against a PR it's assessed against the PR and not against master. The version of |
@Ibrahemkhalil sorry for the back and forth. I've updated CI to properly reflect that there are a couple of test case failures in the PR. Basically the custom operator dynamic-linq-query-builder/Castle.DynamicLinqQueryBuilder.Tests/CustomOperatorsTests.cs Lines 74 to 269 in a726703
|
Fix datetime tests. Fix In for Guid/?
@tghamm no issue. For datetime, some tests weren't passing because provided values have format d/m/yyyy but being parsed as m/d/yyyy (or vice versa, I don't remember actually). You need to consider documenting the right format to be provided by consumers. Anyway, now |
@Ibrahemkhalil thank you. I'll give it a closer look in a bit but I think this probably rounds it out. Good note on date formatting, that is worth a revisit. |
@Ibrahemkhalil new version has been released, thanks again for your contribution! |
Support GUID data type.