aboutsummaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2012-01-20 15:36:03 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2012-01-20 15:45:02 +0200
commitfe081cdd5a2fa360e81e1d3d7889de5c3daccd13 (patch)
tree56c318ff10fba9d0e5cdaeddb58f53161561b2e7 /NEWS
parente64485293cdf16fa5bfcc747b938752efa1869ad (diff)
Add NEWS entry for SQL Server support
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS7
1 files changed, 7 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 45f7c94..60c74e4 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,12 @@
Version 1.8.0
+ * Support for the Microsoft SQL Server database. The provided connection
+ factories include 'new' (a new connection is created every time one is
+ requested) and 'pool' (a pool of connections is maintained). The Boost
+ and Qt profiles have been updated to support this database. For more
+ information, refer to Chapter 17, "Microsoft SQL Server Database" in
+ the ODB manual.
+
* Support for defining composite value types as C++ class template
instantiations. For more information, refer to Section 7.2, "Composite
Value Types" in the ODB manual as well as the 'composite' example in the