aboutsummaryrefslogtreecommitdiff
path: root/odb/mssql/exceptions.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'odb/mssql/exceptions.cxx')
-rw-r--r--odb/mssql/exceptions.cxx11
1 files changed, 11 insertions, 0 deletions
diff --git a/odb/mssql/exceptions.cxx b/odb/mssql/exceptions.cxx
index 1b415a7..f14fc59 100644
--- a/odb/mssql/exceptions.cxx
+++ b/odb/mssql/exceptions.cxx
@@ -78,5 +78,16 @@ namespace odb
{
return what_.c_str ();
}
+
+ //
+ // long_data_reload
+ //
+
+ const char* long_data_reload::
+ what () const throw ()
+ {
+ return "attempt to re-load object or view with long data "
+ "from query result";
+ }
}
}