From 1dc0c8b8afd298c913c8d579b8a87f86d0cf4b55 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 14 Nov 2014 16:24:50 +0200 Subject: Old interface compatibility and testing fixes Now all tests pass for both Oracle and SQL Server. --- odb/database.txx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'odb') diff --git a/odb/database.txx b/odb/database.txx index 7683d50..7e2154f 100644 --- a/odb/database.txx +++ b/odb/database.txx @@ -80,7 +80,7 @@ namespace odb typedef typename object_traits::object_type object_type; typedef object_traits_impl object_traits; - multiple_exceptions mex; + multiple_exceptions mex (typeid (object_already_persistent)); try { while (b != e) -- cgit v1.1