aboutsummaryrefslogtreecommitdiff
path: root/odb/mssql/connection.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2011-11-29 08:52:28 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2011-11-29 08:52:28 +0200
commit9d3bf60e2d1f063abd39197b7e60bf6d2bc95aa7 (patch)
tree4a12c0bd029f8e04a383ed905157f70e764ac165 /odb/mssql/connection.hxx
parent91c962e4615101e14be4c720fc386878ddb598a4 (diff)
Add object/view/container statements, statements cache
Diffstat (limited to 'odb/mssql/connection.hxx')
-rw-r--r--odb/mssql/connection.hxx6
1 files changed, 1 insertions, 5 deletions
diff --git a/odb/mssql/connection.hxx b/odb/mssql/connection.hxx
index c38692b..73c00fd 100644
--- a/odb/mssql/connection.hxx
+++ b/odb/mssql/connection.hxx
@@ -3,8 +3,6 @@
// copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC
// license : ODB NCUEL; see accompanying LICENSE file
-//@@ disabled functionality
-
#ifndef ODB_MSSQL_CONNECTION_HXX
#define ODB_MSSQL_CONNECTION_HXX
@@ -103,13 +101,11 @@ namespace odb
return handle_;
}
- /*
statement_cache_type&
statement_cache ()
{
return *statement_cache_;
}
- */
details::buffer&
long_buffer ()
@@ -137,7 +133,7 @@ namespace odb
//
auto_handle<SQL_HANDLE_STMT> direct_stmt_;
- //std::auto_ptr<statement_cache_type> statement_cache_;
+ std::auto_ptr<statement_cache_type> statement_cache_;
details::buffer long_buffer_;
};