aboutsummaryrefslogtreecommitdiff
path: root/odb/mssql/error.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2011-11-20 14:57:35 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2011-11-20 14:57:35 +0200
commita8a2cd61bb9f3657c65acf3a1d9dfaaa68271f4e (patch)
tree47ce1c808a9695050b27f077763efa627049a93a /odb/mssql/error.hxx
parent16283f61ddd0525b08e615fac6148f544973ac82 (diff)
Implement support for transactions
Diffstat (limited to 'odb/mssql/error.hxx')
-rw-r--r--odb/mssql/error.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/odb/mssql/error.hxx b/odb/mssql/error.hxx
index f160514..126f7d9 100644
--- a/odb/mssql/error.hxx
+++ b/odb/mssql/error.hxx
@@ -20,7 +20,7 @@ namespace odb
namespace mssql
{
LIBODB_MSSQL_EXPORT void
- translate_error (SQLRETURN, connection&);
+ translate_error (SQLRETURN, connection&, bool end_tran = false);
LIBODB_MSSQL_EXPORT void
translate_error (SQLRETURN,