This file contains Simple Query package history.

Jul-22-199 Version 1.5
Changes list:
1. Now one table can be joined into query more than one time. Now when you setup links between tables you operates with table aliases;
2. Fields grouping: now you can to unite fiels into groups which will be shown as sub-menus during query building. 

May-12-1999 Version 1.3
Changes list:
1. BDE alternatives support !
2. New component TKDBInfo was added. TKDBInfo is an ancestor 
   for components which can be written by developer 
   for BDE alternatives support (with source code).
3. ODBCExpress 5 support as BDE alternatives support example (with source code)

Apr-7-1999. Version 1.23
Changes list:
1. Links between tables was improved. Now you can create links built
   on several fields.
2. Bugs fixed.

Mar-31-1999. Version 1.22
Changes list:

1. DBStructure has SQLFormats property now. It allows you to 
   use your own date and time formats for SQL queries.
2. New QueryPanel options was added. Now you can choose the
   appearance of drop down lists between popup menu and list box.
 
Feb-18-1999. Version 1.21.
Changes list:
1. Drag & drop changing fields and tables order in Structure Editor.
2. Default main table can be set in Structure Editor.
3. New inner joins style support (ANSI SQL 92).
4. Spaces are allowed in result fields names.
5. Several small enhancements.

Feb-03-1999. Version 1.2.
Changes list:
1. Ternary operations support (like BETWEEN).
2. The ability to add new operations.
3. Install/uninstall support.  
4. Left, right and full outer joins support. 
5. Options property was added to KQueryPanel. It allows you to change panel appearance.
6. When adding fields, automatically add all operators that would apply to the field type.
7. Some interface enhancements.

Jan-05-1999. Version 1.1.
Changes list:
1. User interface updated: rounded flat buttons and popup-menu instead list boxes (by users wishes).
2. Now TKQueryPanel is inherited from TScrollBox - so the scroll bar will appear when the conditions list does not find enough room on panel.
3. OnCustomEdit event parameters list was changed. Now only Value is passed to event handler. To change Caption use new event OnChangeValue.
4. New event was added OnChangeValue. It allows to set the specific Caption value. To learn how to use this event see the demo project and the online help.


Dec-22-1998. Version 1.05.
Changes list:
1. The query storage format was changed. SimpleQuery 1.05 can't read the query
   files (.qry) previously saved by version 1.0. If you already use old qry-files 
   in your project(s) please contact us and we will convert these queries.
2. Property MainTable was moved to the public section. Now it has TDSTable type.
3. New published property MainTableName was added. You can use it instead 
   of MainTable property to assign the main table at design time.
4. Now the result fields list can be saved into dfm-file, so you can use the 
   property editor to assign the result fields list at design time.


Dec-12-1998. Version 1.0 release.