From b9fe963646367f2da21ba1053bc086bd17b09967 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Sun, 24 Apr 2011 11:27:14 +0200 Subject: Implement id_type value type pragma --- NEWS | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 912dd28..0f09049 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,11 @@ +Version 1.4.0 + + * New pragma, id_type, allows the specification of the native database + type that should be used for data members designated as object ids. + In combination with the type pragma, id_type allows you to map a C++ + type differently depending on whether it is used in an ordinary member + or an object id. + Version 1.3.0 * Support for the SQLite database. Provided connection factories include -- cgit v1.1