From 0ca6d442fcf7e7493a742aab1171e624ac8ee6d7 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/qt/date-time/exceptions.hxx | 3 +++ 1 file changed, 3 insertions(+) (limited to 'odb/qt/date-time/exceptions.hxx') diff --git a/odb/qt/date-time/exceptions.hxx b/odb/qt/date-time/exceptions.hxx index bdbc590..70b8181 100644 --- a/odb/qt/date-time/exceptions.hxx +++ b/odb/qt/date-time/exceptions.hxx @@ -20,6 +20,9 @@ namespace odb { virtual const char* what () const throw (); + + virtual value_out_of_range* + clone () const; }; } } -- cgit v1.1