Using lower version of sqlalchemy with current git version

43 views
Skip to first unread message

r.eggers

unread,
Sep 1, 2015, 1:13:01 PM9/1/15
to Project Camelot
All,

I note that in the Camelot git version requirements.txt specifies to use sqlalchemy version 1.0.8. However, I find that this version breaks specifically when using an outerjoin in a view on a manytomany relationship in sqlite. This results in sqlite3 operational errors. I know it's a very specific case. I am not sure why exactly, but I am using sqlalchemy 0.8.2 now, seemingly without problems. Should I expect any problems when running camelot from git with sqlalchemy 0.8.2?

Regards,

Rogier Eggers

Erik Janssens

unread,
Sep 19, 2015, 4:26:01 AM9/19/15
to project...@googlegroups.com
0.8.2 will probably work fine

the version in requirements.txt is the one we use to do
continuous integration tests, so that one will work for sure.

please notice that sqla 1.0 raises errors for queries that
are not correctly defined, while sqla 0.8.2 would just 'try' to do
something.  so it might be worth investigatin.
--
--
You received this message because you are subscribed to the "Project Camelot" group.
Visit www.python-camelot.com for more information
 
To post to this group, send email to project...@googlegroups.com
To unsubscribe from this group, send email to
project-camel...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/project-camelot?hl=en

---
You received this message because you are subscribed to the Google Groups "Project Camelot" group.
To unsubscribe from this group and stop receiving emails from it, send an email to project-camel...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

r.eggers

unread,
Oct 1, 2015, 7:10:15 AM10/1/15
to Project Camelot, erik.j...@conceptive.be
That's very good to know. I'll keep an eye on any errors that could result from less error checking in sqla. Thanks.
Reply all
Reply to author
Forward
0 new messages