You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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.
The text was updated successfully, but these errors were encountered:
User Story
As the developer of Stalker I want to utilise the new
sqlalchemy.ext.hybrid.hybrid_property
instead ofscqlalchemy.orm.synonym
as it is more suitable thensynonym
's in some of the use cases.Acceptance Criteria
scqlalchemy.orm.synonym
's withsqlalchemy.ext.hybrid.hybrid_property
where the synonym is used to create a getter and setter without changing the attribute name.The text was updated successfully, but these errors were encountered: