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
Unrelated comment to this PR, but I just fought my type checker about this. I ended up going with the DeclarativeBase subclass instead so I wouldn't have to sprinkle ignores everywhere.
I'm not sure how far into the 1.9 release process you are, but I'm guessing the choice of using the @mapper_registry.mapped decorator will be around for a while.
Unrelated comment to this PR, but I just fought my type checker about this. I ended up going with the
DeclarativeBase
subclass instead so I wouldn't have to sprinkle ignores everywhere.I'm not sure how far into the 1.9 release process you are, but I'm guessing the choice of using the
@mapper_registry.mapped
decorator will be around for a while.Originally posted by @pjonsson in #1623 (comment)
The text was updated successfully, but these errors were encountered: