SOCI / soci

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

Wrong deconstruction of connect pool #1011

Closed xum07 closed 1 year ago

xum07 commented 1 year ago

image

You must close session first, otherwise a normal database will keep the session alive until its timeout reaches.

vadz commented 1 year ago

Sorry, not sure what is the problem exactly, destroying a session should close it too. Which backend exactly do you use where it doesn't happen?

P.S. Please copy paste text and not screenshots for illustrating your point, TIA.

xum07 commented 1 year ago

Sorry for this mistake