aboutsummaryrefslogtreecommitdiff
path: root/odb/mssql/error.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'odb/mssql/error.cxx')
-rw-r--r--odb/mssql/error.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/odb/mssql/error.cxx b/odb/mssql/error.cxx
index 23d5be9..f947541 100644
--- a/odb/mssql/error.cxx
+++ b/odb/mssql/error.cxx
@@ -237,7 +237,7 @@ namespace odb
0,
0);
- cerr << i << " ";
+ cerr << i << " " << sqlstate << " ";
// check error
if (n == SQL_NO_ROW_NUMBER)