Version 4.4.2 release notes
1. Core library
Section titled “1. Core library”UseParametersoptions in EqServiceProvider class. Now you don’t need to define your ownQueryBuliderhandler. Just seteqService.UseParameters = trueand all SQL statements will be generated with parameters.- Add parameter processing for the special date/time values (like
this month,previous year, etc). - Fixed: parameters didn’t work in sub-queries
- Fixed:
previous monthfilter did work for some dates in LINQ queries - Fixed:
Query.Validatemethod threw an exception in some cases
2. JavaScript
Section titled “2. JavaScript”- Fixed: license cheking generated a console error if the model was not loaded yet