Re: Stuff for 2.4.1

From: Karsten Hilbert <Karsten(dot)Hilbert(at)gmx(dot)net>
To: psycopg(at)postgresql(dot)org
Subject: Re: Stuff for 2.4.1
Date: 2011-03-27 17:40:46
Message-ID: 20110327174046.GH2358@hermes.hilbert.loc
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: psycopg

> [...] psycopg2's own bytea output parsing [...]

I think it's conceptually better to endure the extra
code/query(s) needed to determine at .connect() time whether
"set bytea_output to ..." is needed or not.

After all this is only going to be relevant within the
window where pre-9 libpq's try to connect to 9+ servers.

For psycopg2's compiled against 9+ libpq's this would IFDEF
out to a noop, essentially.

Either way, thanks for the work on psycopg2 !

Karsten
--
GPG key ID E4071346 @ gpg-keyserver.de
E167 67FD A291 2BEA 73BD 4537 78B9 A9F9 E407 1346

In response to

Responses

Browse psycopg by date

  From Date Subject
Next Message Daniele Varrazzo 2011-03-27 18:25:20 Re: Stuff for 2.4.1
Previous Message David Blewett 2011-03-27 17:23:56 Re: Stuff for 2.4.1