-
Notifications
You must be signed in to change notification settings - Fork 127
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
Query returned no FROM clauses due to auto-correlation; specify correlate(<tables>) to control correlation manually. #238
Comments
The problem is somehow connected to the tablename.
to let the history tables appear after the normal ones when sorting alphabetically. But apparently this does not work. |
@adrianschneider94 did you get any solution for this?
Gave me the error on similar lines. Issue arises for below settings in options |
Looks like
This function is hardcoding '<table_name>_version' to the traking table name, and not taking the table name that is set from the option. |
overriding the version_table function worked for me as a temporary fix
|
…tribute via version_manager
Hi,
when I try to query a relationship of a verison object like that:
I always get the following error:
I have this behaviour is on all classes -- what can I do?
Thanks for your great work in the SQLAlchemy community!
Best wishes
Adrian Schneider
The text was updated successfully, but these errors were encountered: