Releases: tghamm/dynamic-linq-query-builder
Releases · tghamm/dynamic-linq-query-builder
v1.3.4
v1.3.3
- Support for the
long
data type - Optional
RequireExplicitToStringConversion
(set it to false in supported cases) support for faster Mongo calculations - Thanks to @MichalBor for the PR's!
v1.3.2
v1.3.1
v1.3.0
v1.2.9
- Addresses a critical regression in 1.2.6+ causing EF/Linq to SQL queries to fail in circumstances where CLR objects are checked for null. Checks for null CLR objects are now opt-in supported for non EF use cases by using the BuildExpressionOptions class and the NullCheckNestedCLRObjects flag.
v1.2.8
- Addresses a critical regression in 1.2.6 and 1.2.7 causing EF/Linq to SQL queries to fail in circumstances where CLR objects are checked for null. Checks for null CLR objects are now opt-in supported for non EF use cases by using the
BuildExpressionOptions
class and theNullCheckNestedCLRObjects
flag.