Version 4.4.0 release notes
1. Core library
Section titled “1. Core library”- .NET Core 2.1 support in the core library and samples.
- DbGate components update: using the latest version of connectors.
ReadOnly
property processing for the root predicate.Ignore
option inEqEntityAttribute
. It allows to exclude some properties from the data model.- Fixed: Wrong behviaour of
EqServiceProviderDb
whenLoadModelFromConnection
is set totrue
.
2. JavaScript
Section titled “2. JavaScript”- Totally new (more convenient) UI for
FilterBar
widget. - A possibility to pass to
buildAndExecute
function onlyqueryId
andmodelId
instead of a full query object. onError
event - how you can setup a special handler for errors.onProcessStart
/onProcessEnd
events which can be used to show a progress bar/spinner on long operations (like model loading).refreshModelOnSync
option - now you can update your model during query synchronization.- Fixed: the problem with sorting on “custom expression” columns.
- Fixed: wrong behavior of
Query.addSimpleCondition
method .