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

Use sqlalchemy.ext.hybrid.hybrid_property instead of scqlalchemy.orm.synonym #85

Open
eoyilmaz opened this issue Oct 29, 2024 · 0 comments
Milestone

Comments

@eoyilmaz
Copy link
Owner

User Story

As the developer of Stalker I want to utilise the new sqlalchemy.ext.hybrid.hybrid_property instead of scqlalchemy.orm.synonym as it is more suitable then synonym's in some of the use cases.

Acceptance Criteria

  1. Replace scqlalchemy.orm.synonym's with sqlalchemy.ext.hybrid.hybrid_property where the synonym is used to create a getter and setter without changing the attribute name.
@eoyilmaz eoyilmaz added this to the 1.0.0 milestone Oct 29, 2024
@eoyilmaz eoyilmaz modified the milestones: 1.0.0, 1.x Dec 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant