aboutsummaryrefslogtreecommitdiff
path: root/odb/qt/date-time/exceptions.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2014-11-14 16:24:50 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2014-11-25 06:42:17 +0200
commit1be414fc39ae67015615a9188cc39245a0c64220 (patch)
treeccda8c9655a265e33dc5e8cdaec078f53c1605ce /odb/qt/date-time/exceptions.hxx
parent4954e364d0035fc1dddefbd3cbd143b42fe4722f (diff)
Implement bulk database operation support for Oracle and SQL Server
Diffstat (limited to 'odb/qt/date-time/exceptions.hxx')
-rw-r--r--odb/qt/date-time/exceptions.hxx3
1 files changed, 3 insertions, 0 deletions
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;
};
}
}