Sieve/SieveUnitTests
Alexander Weggerle 4cac27c22d Fix issue where the order of Filter expressions changed the result.
The following filter criteria should result in the same output, but
does not:
"CategoryId==1,(CategoryId|LikeCount)==50"
"(CategoryId|LikeCount)==50,CategoryId==1"

Cause is an optimization which removes or statements if one term
was already added in another statement. This optimization causes
a wrong result.
2020-07-06 22:03:45 +02:00
..
Entities v2.3.3 2019-11-17 09:15:07 +10:00
Services v2.3.3 2019-11-17 09:15:07 +10:00
General.cs Fix issue where the order of Filter expressions changed the result. 2020-07-06 22:03:45 +02:00
Mapper.cs v2.3.3 2019-11-17 09:15:07 +10:00
SieveUnitTests.csproj Added case-insensitive operators and started unit tests project 2018-02-10 10:26:32 +10:00