aboutsummaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2013-02-08 18:21:32 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2013-02-08 18:21:32 +0200
commitc2f8b442ee121f45f7513c4b8e1d6d52628ad2fc (patch)
tree8fea6f2d7d07fc3696cc4693b7a9fcf53d41e55c /NEWS
parent2cf38b8662d9ace6dc400f5834e70bf4ba713a18 (diff)
Add schema_catalog::exists() function
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
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.