eve.exceptions.ConfigException: User.id is not unique
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.
Thanks for reporting this! Can you provide a minimal example in the style of https://github.com/pyeve/eve-sqlalchemy/blob/master/eve_sqlalchemy/examples/trivial/trivial.py?