On Nov 21, 2009, at 8:51 AM, sector119 wrote:
>
>
> On Nov 4, 7:13 pm, "Michael Bayer" wrote:
>> copy_from() probably creates some state that is not compatible with the
>> connection being used afterwards for subsequent operations, or
>> alternatively copy_from() is not compatible with some pr
On Nov 21, 2009, at 8:51 AM, sector119 wrote:
>
>
> On Nov 4, 7:13 pm, "Michael Bayer" wrote:
>> copy_from() probably creates some state that is not compatible with the
>> connection being used afterwards for subsequent operations, or
>> alternatively copy_from() is not compatible with some pr
On Nov 4, 7:13 pm, "Michael Bayer" wrote:
> copy_from() probably creates some state that is not compatible with the
> connection being used afterwards for subsequent operations, or
> alternatively copy_from() is not compatible with some previous state.
> The pool does nothing special to the co
sector119 wrote:
>
> I use sqlalchemy 0.6 and psycopg2 2.0.13.
>
> When I try to copy from some little file it's ok, when from some
> bigger one I got error and log posted below.
> When I use pgbouncer and pass poolclass=pool.NullPool to create_engine
> everything wor perfect with large file too.