[sqlalchemy] idle in transaction using ZopeTransactionExtension with postgres

2015-02-26 Thread Robert Daniels
I'm using ZopeTransactionExtension (postgresql) as: DBSession = scoped_session(sessionmaker(extension=ZopeTransactionExtension()))Base = declarative_base() When I invoke result = DBSession.execute(some sql query) The result comes back fine, however I notice when I review the server status

[sqlalchemy] Re: calchipan

2015-02-26 Thread info . yazzoom
Hi mdob, I have the same TypeError, How have you solved it? Thanks Op zaterdag 25 oktober 2014 15:48:40 UTC+2 schreef mdob: Hi, I was trying to use SQLAlchemy with Pandas - CALCHIPAN. Installed sqlalchemy, numpy and pandas from pip, then calchipan from source. SQLAlchemy==0.9.8

Re: [sqlalchemy] relationship problem

2015-02-26 Thread Julien Cigar
On Wed, Feb 25, 2015 at 06:10:55PM -0500, Michael Bayer wrote: Julien Cigar jci...@ulb.ac.be wrote: On Thu, Feb 19, 2015 at 11:31:10AM -0500, Michael Bayer wrote: Julien Cigar jci...@ulb.ac.be wrote: On Thu, Feb 19, 2015 at 02:45:43PM +0100, Julien Cigar wrote: Hello, I'm