Re: [sqlalchemy] HSTORE intermittent bug

2014-03-12 Thread Ben Boule
Hi Michael, Is there any more information about this issue? I think I may be running into this problem, but I do not see any difference using the latest versions of SQLAlchemy (0.8.5 and 0.9.3), the workaround does not seem to help, and I can't find anything in the SQLAlchemy bitbucket bug

Re: [sqlalchemy] HSTORE intermittent bug

2014-03-12 Thread Michael Bayer
no, you'd need to produce a standalone, reproducing test case, thanks. On Mar 12, 2014, at 11:51 AM, Ben Boule b...@cloudlock.com wrote: Hi Michael, Is there any more information about this issue? I think I may be running into this problem, but I do not see any difference using the

[sqlalchemy] HSTORE intermittent bug

2014-02-19 Thread alex
Hi there, I've been hitting an intermittent bug with SQLAlchemy/PostgreSQL using an HSTORE column. Some times, when I restart my process (pyramid over gevent over chaussette), I get a spew of such errors... some other time, everything goes just fine. It seems this bug hasn't been documented

Re: [sqlalchemy] HSTORE intermittent bug

2014-02-19 Thread Michael Bayer
On Feb 19, 2014, at 1:28 PM, a...@bitcredits.io wrote: Hi there, I've been hitting an intermittent bug with SQLAlchemy/PostgreSQL using an HSTORE column. Some times, when I restart my process (pyramid over gevent over chaussette), I get a spew of such errors... some other time,