Re: [DB-SIG] how to know the connexion is closed

2006-04-25 Thread William Dode
On 24-04-2006, Dieter Maurer wrote: > William Dode wrote at 2006-4-22 18:53 +: >>I search for a generic way (for psycopg, mysqldb, adodbapi) to >>know that the connexion is closed > > I fear there is no generic way > ok... so, perhaps a solution for postgresql with psycopg ? -- William

Re: [DB-SIG] how to know the connexion is closed

2006-04-25 Thread Chris Cogdon
On Apr 25, 2006, at 12:24 AM, William Dode wrote: > On 24-04-2006, Dieter Maurer wrote: >> William Dode wrote at 2006-4-22 18:53 +: >>> I search for a generic way (for psycopg, mysqldb, adodbapi) to >>> know that the connexion is closed >> >> I fear there is no generic way >> > > ok... so

Re: [DB-SIG] how to know the connexion is closed

2006-04-25 Thread William Dode
On 24-04-2006, Bill Campbell wrote: > On Mon, Apr 24, 2006, Dieter Maurer wrote: >>William Dode wrote at 2006-4-22 18:53 +: >>>I search for a generic way (for psycopg, mysqldb, adodbapi) to >>>know that the connexion is closed >> >>I fear there is no generic way > > One could use something

Re: [DB-SIG] paramstyles (mysql string length?)

2006-04-25 Thread M.-A. Lemburg
Ian Bicking wrote: > Chris Clark wrote: >> In reference to finding question marks in SQL queries and ignoring >> string literals >> >> M.-A. Lemburg wrote: >>> Does anyone know a good implementation of such a search&replace >>> mechanism ? >>> >> I've not seen any existing code to deal with this