-
-
Notifications
You must be signed in to change notification settings - Fork 36
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
Range<DateTime> Conversion failed when converting date and/or time from character string #71
Comments
Thanks for reporting with the example code, I'll check it asap |
It's probably happened after PR #69 |
It works with SqlServer provider, can you provide me which Entity Framework provider do you use in this case? |
SqlServer |
abp project fileMyAbpEntityFrameworkCoreModule.cs
ManageDbContext
ProjectInfoAppService
|
Here's the problem
|
It's generated by the EF Core provider. AutoFilterer doesn't generate SQL queries. It generates only LINQ expressions. Does it work when you write it manually like below? .Where(x => x.CreationTime <= DateTime.Now) |
|
Which AutoFilterer version are you currently using? This has to be parameterized after PR #59 |
3.0.0 |
This issue occurs in sqlserver 2016 |
Exception occurred when using range filtering
Project information:abp v8.1.3
filter model
The text was updated successfully, but these errors were encountered: