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
when column name is different from attribute name ('id') , there is a config exception and tells me User.id is not unique.
File "/var/flask_venv/apiv4/lib/python3.6/site-packages/eve_sqlalchemy/config/resourceconfig.py", line 39, in init
self.id_field = id_field or self._deduce_id_field()
File "/var/flask_venv/apiv4/lib/python3.6/site-packages/eve_sqlalchemy/config/resourceconfig.py", line 80, in id_field
.format(model=self.model.name, id_field=id_field)) eve.exceptions.ConfigException: User.id is not unique.
The text was updated successfully, but these errors were encountered:
when column name is different from attribute name ('id') , there is a config exception and tells me User.id is not unique.
File "/var/flask_venv/apiv4/lib/python3.6/site-packages/eve_sqlalchemy/config/resourceconfig.py", line 39, in init
self.id_field = id_field or self._deduce_id_field()
File "/var/flask_venv/apiv4/lib/python3.6/site-packages/eve_sqlalchemy/config/resourceconfig.py", line 80, in id_field
.format(model=self.model.name, id_field=id_field))
eve.exceptions.ConfigException: User.id is not unique.
The text was updated successfully, but these errors were encountered: