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
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
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
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