Korzh.com - developer tools
EN | DE | RU
Welcome, Guest! | Sign in
Developer Tools
home : Easy Query : EasyQuery.NET : WPF edition : Revision history
16-Apr-2012 Version 1.7.0
--------------------------
 -added: ModelChanged event in DataModel class;
 -added: EditMode property in QueryPanel and QueryColumnsPanel;
 -added: Drag-n-drop support between EntityPanel and QueryPanel or QueryColumnsPanel controls;
 
 13-Dec-2011 Version 1.6.0
--------------------------
 -added: UpdateModelInfo method in all visual controls;
 -added: A possibility to define a default condition for a table;
 -added: "Other" data source for OLEDB provider in Data Model Editor; 
 -fixed: Sub-queries of level 2 and more were not saved and loaded correctly;



13-Oct-2011 Version 1.5.0
-------------------------
 -added: Sub-queries support; 
 -added: Internationalization of the visual controls (QueryPanel, QueryColumnsPanel, etc);
 -added: An ability to use the attributes from the parent query in a sub-query; 
 -added: An ability to add custom aggregate function into the data model;
 -adeed: SaveToStream method in Query and DataModel;
 -added: Query.AllDefinedCorrectly() function - returns "true" if all conditions are columns in this query are correct;
 -added: Data Model Editor now allows bulk operations on attributes which belong to one entity;
 
 -fixed: Few small issues with the appearance of value lists; 
 -fixed: Data Model Editor couldn't work with the attributes in the root entity;
 -fixed: Options section was not saved when SaveToString(RWOptions.All) was called;
 -fixed: Some hints in Entities panel were not translated;



19-Aug-2011 Version 1.0 (Final release)
--------------------------------------
 -fixed: Quotes did not added automatically for virtual tables;
 -fixed: Wrong limitation of the size for the "list" values;

05-Aug-2011 Version 1.0 BETA 2
------------------------------
 -added: New code for reading XML date model and query files: compatible with Silverlight;
 -added: Search/filtering capabilities during the selection of tables and/or fields in Data Model Editor;
 -added: An ability to define CustomFunction for attributes in data model
 -updated: More smoother look and feel of all EasyQuery WPF vistual controls;
 -fixed: Some problems in behavior of SortingColumnsPanel control;

14-Jul-2011 Version 1.0 BETA
----------------------------
First public beta release. Most of functionality available in WinForms edition exists in this release of EQN WPF


01-Jul-2011 Version 0.9.0
-------------------------
First beta release.