-
Notifications
You must be signed in to change notification settings - Fork 58
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
Allow to evaluate expressions on constants #14
base: develop
Are you sure you want to change the base?
Allow to evaluate expressions on constants #14
Commits on Dec 20, 2019
-
Vasily Kabanov committed
Dec 20, 2019 Configuration menu - View commit details
-
Copy full SHA for 24bf393 - Browse repository at this point
Copy the full SHA 24bf393View commit details -
un-sealed and made public 2 classes allowing to override so that expr…
…essions on constants can be evaluated (in external code)
Vasily Kabanov committedDec 20, 2019 Configuration menu - View commit details
-
Copy full SHA for ff77b11 - Browse repository at this point
Copy the full SHA ff77b11View commit details -
consider parameter evauatable if it is supplied by evaluatable expres…
…sion
Vasily Kabanov committedDec 20, 2019 Configuration menu - View commit details
-
Copy full SHA for eb10610 - Browse repository at this point
Copy the full SHA eb10610View commit details
Commits on Jan 10, 2020
-
Disallow evaluation of expressions involving parameters by default, a…
…llow to override it in the filter. Unit tests pass.
Vasily Kabanov committedJan 10, 2020 Configuration menu - View commit details
-
Copy full SHA for 5986125 - Browse repository at this point
Copy the full SHA 5986125View commit details -
restored casting to IEnumerable in SubQuery_InNewExpression_RetainsTy…
…pe test and added complementary SubQuery_InNewExpression_RetainsTypeWithEvaluatableParameterButQueryableConstant
Vasily Kabanov committedJan 10, 2020 Configuration menu - View commit details
-
Copy full SHA for 66ddbaf - Browse repository at this point
Copy the full SHA 66ddbafView commit details
Commits on Jan 13, 2020
-
fixed new test SubQuery_InNewExpression_ConvertsToConstantWithEvaluat…
…ableParameter compilation for .net 4.0 and below
Vasily Kabanov committedJan 13, 2020 Configuration menu - View commit details
-
Copy full SHA for 74f1e98 - Browse repository at this point
Copy the full SHA 74f1e98View commit details -
replaced simple null-checking with ArgumentUtility.CheckNotNull
Vasily Kabanov committedJan 13, 2020 Configuration menu - View commit details
-
Copy full SHA for 28eac83 - Browse repository at this point
Copy the full SHA 28eac83View commit details -
Re-sealed EvaluatableTreeFindingExpressionVisitor and made PartialEva…
…luatingExpressionVisitor constructor private again as required by maintainer
Vasily Kabanov committedJan 13, 2020 Configuration menu - View commit details
-
Copy full SHA for 5d7ec7a - Browse repository at this point
Copy the full SHA 5d7ec7aView commit details