zhong allen - 2012-03-31

odbcpp::record::bind_impl, the statement "info->f_data.reset(new buffer_char_t(info->f_size));", maybe the same as what happens to dynamic_record, may cause memory leak. bug1 and bug2 is obvious, the other bugs is also notified by valgrind, I think you can use odbcpp::smartptr to manage the bind_info_t *.