/* LiteSQL - Documentation - Changes * * By Tero Laitinen * * See LICENSE for copyright information. */ /* \file changes.txt Manual */ /** \page changes Changes \section vercvs CVS Version \section ver0_3_1 Version 0.3.1 - namespace - attribute is required now on (used in litesql-gen) - relation field type names are now consistent with object field type names (they start with uppercase letter) - bug fix: litesql-gen rejected relations with two or more objects with no relation handles (duplicate handle) - better tests for backend databases to configure.ac (by Eric McDonald) \section ver0_3_0 Version 0.3.0 - anonymous enums removed from enumerated field values (in generated code), compiles now with g++-4.0 - Relation::Row-class added, represents rows of relation table - Relation::getRows-method added, used to access relation rows - concurrency problem with SQLite3-backend.execute fixed - few VC++ - compilation issues fixed (by Axel Schmidt) - Python code generator replaced with C++ - code generator (litesql-gen) - RelationHandle::getRows-method added, used to access relation rows linked to particular object - configure-script added (uses autoconf and automake) - scons dependencies removed - Python dependencies removed - debian packaging headers added - graphviz - target added to litesql-gen - date-, time-, datetime- and boolean- types added \section ver0_2 Version 0.2 - macro hacks removed, XML database definition file and code generator is used now on - support for n-ary relations (relations that link three or more objects) - support for relation attributes (ordered relations are now possible) - set operations: intersect, union_, except - small changes under the hood - DataSource-class \section ver0_1 Version 0.1 - initial version */