LiteSQL is a C++ library that integrates C++ objects tightly to relational database and thus provide

源代码在线查看: changes.txt

软件大小: 865 K
上传用户: taiyubao
关键词: integrates relational database LiteSQL
下载地址: 免注册下载 普通下载 VIP

相关代码

				/* 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				*/							

相关资源