-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Remove '_implicit_environ' #979
Remove '_implicit_environ' #979
Conversation
Ping me here when #978 is in. |
Update batch/transaction to push themselves onto client's stack, rather than batches. Updated API-invoking methods to take 'client', rather than 'connection', falling back to the client held by self. See #944.
Also remove symbols imported for conveniences from '_implicit_environ'.
I'm not as fussy as you about the commit history -- if you'd like, I can just squash the whole PR into a single commit. |
I'm not that fussy. I think re-committing the "Update batch/transaction/query to hold client." commit only to remove those changes later is a bit silly, but not worth arguing over. (Just re-read my comment yesterday, noticed "moral" instead of "normal", unintentionally a bit dramatic by me! Reviews from phone will do that to you.) Your " Code LGTM. Feel free to merge. |
Uses #978 as a base.
Final cleanup for #944.