mirror of
https://github.com/SOCI/soci.git
synced 2025-12-30 17:50:07 -06:00
"Suitable" means that the soci::is_contiguous_resizable_container is specialized to have true "value" member. This specialization is provided for std::string and std::vector<T> where sizeof(T) == sizeof(char). This restores compatibility with the existing code and allows to read BLOB data into a string again. Fixes #1173. Closes #1189.