Re: [sqlalchemy] Re: problems with filter_by()

2013-06-15 Thread Dan Andreescu
On Monday, January 14, 2008 10:59:17 AM UTC-5, Michael Bayer wrote: On Jan 14, 2008, at 10:45 AM, maxi wrote: Thaks for your help. Can you post an example over how to use filter and filter_by in new sqlalchemy versions?

Re: [sqlalchemy] Bug in query with multiple joins when using joined inheritance?

2013-06-15 Thread Michael Bayer
I didn't think it would be, but it is a bug, yes, am applying the patch in http://www.sqlalchemy.org/trac/ticket/2759 right now. On Jun 14, 2013, at 11:52 PM, Seth P spadow...@gmail.com wrote: I've encountered what I believe to be a bug in SQLAlchemy (versions 0.8.0 and 0.8.1) in a query

Re: [sqlalchemy] Bug in query with multiple joins when using joined inheritance?

2013-06-15 Thread Michael Bayer
fixed in master and rel_0_8. On Jun 15, 2013, at 3:02 PM, Michael Bayer mike...@zzzcomputing.com wrote: I didn't think it would be, but it is a bug, yes, am applying the patch in http://www.sqlalchemy.org/trac/ticket/2759 right now. On Jun 14, 2013, at 11:52 PM, Seth P

Re: [sqlalchemy] flask-sqlalchemy pysybase connections

2013-06-15 Thread Michael Bayer
On Jun 14, 2013, at 3:18 PM, Kevin S kevinrst...@gmail.com wrote: I am running into a problem while developing a flask application using flask-sqlalchemy. Now, I'm not even 100% sure my problem is sqlalchemy related, but I don't know how to debug this particular issue. To start, I have a