You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I apologize in advance if my assumption is incompetent.
Perhaps this error is caused by changes in the screenshot.
Add support for DateOnly and TimeOnly (#671)
1. Description
Starting from version 1.3, when trying ParseLambda to add / subtract the DateTime and TimeSpan types, we get an exception.
2. Exception
Exception message:
3. Any further technical details
I call the method like this:
Where
expression is "(myDateTime-myTimeSpan)"
parameters is dictionary with corresponding names and values
The text was updated successfully, but these errors were encountered: