Skip to content
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

DM-44583: Use setattr instead of object.__setattr__. #122

Merged
merged 1 commit into from
May 30, 2024

Conversation

TallJimbo
Copy link
Member

The base connection's class doesn't actually override any attribute-setting hooks, but if it did, we'd want it to fire.

We also don't need to explicitly update the self. sets anymore, as those are handled by the metaclass.

The base connection's class doesn't actually override any
attribute-setting hooks, but if it did, we'd want it to fire.

We also don't need to explicitly update the self.<connection-type>
sets anymore, as those are handled by the metaclass.
@TallJimbo TallJimbo merged commit e66c266 into main May 30, 2024
2 checks passed
@TallJimbo TallJimbo deleted the tickets/DM-44583 branch May 30, 2024 02:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants