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
There is a check here for determining if the updated field is in the list of settable_attributes, and synonyms should be a settable field, per documentation on sqlalchemy.
I unfortunately was not able to find where this field is set on the sqlalchemy orm side. If someone can point me to where it is, I would be happy to open a PR.
Thanks!
Sara
The text was updated successfully, but these errors were encountered:
First of all, the project is active and will be supported, I've created an issue, where we collect all future requests from the community, please see #68
Regarding your suggestion, we will review it, and if it makes sense, we definitely will fix it.
Hi there- not sure if this project is still active,
The sqlalchemy Synonym column names are not contained in the list of
settable_attributes
.https://docs.sqlalchemy.org/en/14/orm/mapped_attributes.html#synonyms
There is a check here for determining if the updated field is in the list of settable_attributes, and synonyms should be a settable field, per documentation on sqlalchemy.
sqlalchemy-mixins/sqlalchemy_mixins/activerecord.py
Line 17 in f51e687
I unfortunately was not able to find where this field is set on the sqlalchemy orm side. If someone can point me to where it is, I would be happy to open a PR.
Thanks!
Sara
The text was updated successfully, but these errors were encountered: