aboutsummaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2011-04-24 11:27:14 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2011-04-24 11:27:14 +0200
commitb9fe963646367f2da21ba1053bc086bd17b09967 (patch)
tree95fa1918897d2b96d55a6796cb9ce2fb0a70026a /NEWS
parent65713117ae73f692b25ad70f2e7d8650ee997c2d (diff)
Implement id_type value type pragma
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS8
1 files changed, 8 insertions, 0 deletions
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