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
@elvis-macak There were quite a few bug fixes made after SQLAlchemy 1.0.0 was released. Do you still have the same issues with the current stable version (1.0.5)?
Yes, please check a more recent version of SQLAlchemy (i.e. later than 1.0.2). If your problems are solved, then I will increase the minimum version requirement of SQLAlchemy.
jfinkels
changed the title
Series bugs when using sqlalchemy 1.0.2
Errors when ordering by multiple fields of a model in SQLAlchemy 1.0.2
Feb 13, 2016
when using sqlalchemy 1.0.2 as described in requirements, it cause lots of bug.
the following code runs ok in sqlalchemy 0.9.8, but error in 1.0.2
as my commit 9b06b95, i check it before join to fix the multiple join error, but meet other bugs(also caused by the sqlalchemy 1.0.2).
finally, i rollback the sqlalchemy to 0.9.8, but it's still an import bug.
The text was updated successfully, but these errors were encountered: