aboutsummaryrefslogtreecommitdiff
path: root/odb/mssql/connection.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'odb/mssql/connection.hxx')
-rw-r--r--odb/mssql/connection.hxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/odb/mssql/connection.hxx b/odb/mssql/connection.hxx
index 73c00fd..f10aaae 100644
--- a/odb/mssql/connection.hxx
+++ b/odb/mssql/connection.hxx
@@ -128,8 +128,7 @@ namespace odb
state_failed
} state_;
- // Statement handle for direct execution. It should be after the
- // connection handle to be destroyed in the correct order.
+ // Statement handle for direct execution.
//
auto_handle<SQL_HANDLE_STMT> direct_stmt_;