dropbox / sqlalchemy-stubs

Mypy plugin and stubs for SQLAlchemy
Apache License 2.0
570 stars 101 forks source link

no attribute 'property' #177

Closed Dreamsorcerer closed 2 years ago

Dreamsorcerer commented 3 years ago

I'm not sure exactly where this attribute comes from, but it does appear to exist.

This code: name_length = CRPublisher.name.property.columns[0].type.length Gives: error: "Column[Optional[str]]" has no attribute "property" [attr-defined]