From c853481c254bcafeeca394faa9f4bb5205d4daa0 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 17 Jan 2012 16:12:11 +0200 Subject: Free direct statement before disconnecting --- odb/mssql/connection.hxx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'odb/mssql/connection.hxx') 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 direct_stmt_; -- cgit v1.1