Re: [sqlalchemy] Thread Safety

2020-07-20 Thread Mike Bayer
On Mon, Jul 20, 2020, at 7:55 PM, Praveen Kumar wrote: > > Confirming some details re: thread safety ( I noticed older posts in this > group on the topic... but they're quite old ) -- > > I'm using version 1.2.7, and can't upgrade. I understand that Connection and > Transaction are not thread

[sqlalchemy] Thread Safety

2020-07-20 Thread Praveen Kumar
Confirming some details re: thread safety ( I noticed older posts in this group on the topic... but they're quite old ) -- I'm using version 1.2.7, and can't upgrade. I understand that Connection and Transaction are not threadsafe. Are Engine and QueuePool ( the default pool ) threadsafe ? Can

[sqlalchemy] Re: PostgreSQL: interval columns, values measured in months or years

2020-07-20 Thread David Feinzeig
Hi, I think I've encountered my first time caring about psycopg2 mangling intervals and this looks super helpful. I was wondering if you have any updated suggestions since this post is a few years old? Thanks! David On Tuesday, December 24, 2013 at 6:27:06 PM UTC-5, David Bolen wrote: > > Siby