From fe081cdd5a2fa360e81e1d3d7889de5c3daccd13 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 20 Jan 2012 15:36:03 +0200 Subject: Add NEWS entry for SQL Server support --- NEWS | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'NEWS') 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 -- cgit v1.1