diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2012-10-12 17:24:44 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2012-10-12 17:24:44 +0200 |
commit | a049724c258a42af57d1ff572c3d15a3678e3875 (patch) | |
tree | 17180c89cedc2e137824f5569e0bc2078eaf10b1 /odb/mssql/connection.cxx | |
parent | d3261c7ed4ac622c8807ba88b39bd41632577c4f (diff) |
Completion of prepared query support
Diffstat (limited to 'odb/mssql/connection.cxx')
-rw-r--r-- | odb/mssql/connection.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/odb/mssql/connection.cxx b/odb/mssql/connection.cxx index 3e750d5..808d560 100644 --- a/odb/mssql/connection.cxx +++ b/odb/mssql/connection.cxx @@ -103,6 +103,7 @@ namespace odb { // Deallocate prepared statements before we close the connection. // + prepared_map_.clear (); statement_cache_.reset (); direct_stmt_.reset (); |