-
Notifications
You must be signed in to change notification settings - Fork 1
[IMP] carepoint: Globalize models #11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
a2da6da to
5b75dad
Compare
5b75dad to
7bad2e3
Compare
Current coverage is 98.32% (diff: 95.20%)
@@ release/0.1 #11 diff @@
=============================================
Files 109 109
Lines 2344 2329 -15
Methods 0 0
Messages 0 0
Branches 39 39
=============================================
- Hits 2300 2290 -10
+ Misses 28 22 -6
- Partials 16 17 +1
|
|
Lmao right as I set it to work in progress, I figured it out. Let there be threaded databasery!! |
cbb7a8a to
a61fafa
Compare
* Create and use global models obj to hold instantiated declaratives * Create session context manager to guarantee commits and closes * Remove `_do_queries` in favor of session context manager
a61fafa to
108f91d
Compare
tedsalmon
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
|
My bad - read your comment and didn't see that you had removed RFR and readded the WIP label |
It provides better globalized session handling in order to allow for database connections in threaded environments.