Re: Connection after disconnect

2023-12-27 Thread Jeremy Evans
On Wed, Dec 27, 2023 at 7:35 AM Sofia Dimant wrote: > what if I do db.disconnect after this loop? > will the loop still run? > The loop should still run. db.disconnect removes connections from the pool, so new connections should pick up the most recent password. Thanks, Jeremy > > ב-יום שני,

Re: Connection after disconnect

2023-12-27 Thread Sofia Dimant
what if I do db.disconnect after this loop? will the loop still run? ב-יום שני, 20 בנובמבר 2023 בשעה 18:08:26 UTC+2, Jeremy Evans כתב/ה: > On Mon, Nov 20, 2023 at 3:21 AM Sofia Dimant wrote: > >> thank you >> are the parameters set in Sequel.connect are global for all the >> connection? >> I'm