diff options
Diffstat (limited to 'odb/mssql/connection.cxx')
-rw-r--r-- | odb/mssql/connection.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/odb/mssql/connection.cxx b/odb/mssql/connection.cxx index 401d701..19fb0d1 100644 --- a/odb/mssql/connection.cxx +++ b/odb/mssql/connection.cxx @@ -25,7 +25,7 @@ namespace odb db_ (db), state_ (state_disconnected), statement_cache_ (new statement_cache_type (*this)), - long_buffer_ (0) + long_data_buffer_ (0) { SQLRETURN r; @@ -95,7 +95,7 @@ namespace odb handle_ (handle), state_ (state_connected), statement_cache_ (new statement_cache_type (*this)), - long_buffer_ (0) + long_data_buffer_ (0) { } |