Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sqlalchemy backend with AppendQuery fails #85

Open
jacobsantos opened this issue Aug 29, 2017 · 1 comment
Open

Sqlalchemy backend with AppendQuery fails #85

jacobsantos opened this issue Aug 29, 2017 · 1 comment

Comments

@jacobsantos
Copy link

TypeError: Mixer (<class 'app.models.Phone'>): 'object' object is not iterable.

Investigations suggest this has to do with sqlalchemy_continuum and the 'versions' attribute.

This should be a new ticket, but applying SKIP to the versions attribute does nothing or that is to say, that the failure is something else entirely. It still appears to attempt to set the SKIP attribute, which is counterintuitive at best and a possible bug.

@jacobsantos
Copy link
Author

I have solved this locally by simply try... excepting TypeError line 70 of mixer/backend/sqlalchemy.py

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant