Files
soci/include
Robert Adam 6dd0afb9ce Allow to row::get blob into suitable containers
"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.
2025-01-24 16:46:52 +01:00
..
2025-01-24 16:45:11 +01:00