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

Disallowing constructing rowset from a session #1082

Closed cstiborg closed 9 months ago

cstiborg commented 9 months ago

After discussion on #1081 it was decided to explicitly disallow the implicit constructor rowset(soci::session const & session).

vadz commented 9 months ago

Thanks, I've cherry picked the second commit (please don't include merges in the branches from which you make the PRs, you should branch them directly from SOCI master) with just some comments added.