SOCI / soci

Official repository of the SOCI - The C++ Database Access Library
http://soci.sourceforge.net/
Boost Software License 1.0
1.37k stars 472 forks source link

Added broken unit test for bulk user-defined objects #1065

Closed AndyStieber closed 4 months ago

AndyStieber commented 11 months ago

Broken unit test per the discussion here: https://github.com/SOCI/soci/issues/764

vadz commented 4 months ago

Sorry, but this example is just misguided, there is no way this could work as you somehow expect SOCI to map multiple values (phone book entries have 2 fields) to a single value. This just can't be expected to happen.