From c2f8b442ee121f45f7513c4b8e1d6d52628ad2fc Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 8 Feb 2013 18:21:32 +0200 Subject: Add schema_catalog::exists() function --- NEWS | 3 +++ 1 file changed, 3 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index f8ae6dc..61d30da 100644 --- a/NEWS +++ b/NEWS @@ -55,6 +55,9 @@ Version 2.2.0 released when commit()/rollback() is called rather than when the transaction instance goes out of scope. + * New odb::schema_catalog function, exists(), allows checking whether a + schema with the specified name exists in the catalog. + * Support for SQL Server ROWVERSION-based optimistic concurrency. For more information, refer to Section 19.1.1, "ROWVERSION Support" in the ODB manual. -- cgit v1.1