propelorm / Propel2

Propel2 is an open-source high-performance Object-Relational Mapping (ORM) for modern PHP
http://propelorm.org/
MIT License
1.26k stars 396 forks source link

close connections when changing debug mode #1880

Closed mringler closed 2 years ago

mringler commented 2 years ago

Small update to the recent changes around enabling debug mode: when enabling or disabling, connections need to be closed, otherwise old connection will be used and change does not apply.