-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix database connction pool reference handling (#67)
* reverted to connection_map usage, removing connection map timeout as race conditions can cause unexpected connection termination. connection_map remains vital for allowing connections within async tasks. Tasks are not able to share connection pools, and thus need the ability to generate their own pool for use * adding optional echo argument to allow easier printing of sql commands issued by pydbanitc ---------
- Loading branch information
1 parent
46ca1a0
commit 8fee22e
Showing
1 changed file
with
28 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters