>-Original Message-
>From: twisted-python-boun...@twistedmatrix.com [mailto:twisted-python-
>boun...@twistedmatrix.com] On Behalf Of exar...@twistedmatrix.com
>Sent: Thursday, August 06, 2009 3:25 PM
>To: Twisted general discussion
>Subject: Re: [Twisted-Python] Adbapi
On 06:57 pm, grick...@coldstorage.com wrote:
>[snip]
>>
>>Supporting arraysize in some form is probably a good idea. Another
>>ticket is in order.
>
>Ok, I filed ticket #3956
>...along with a patch for adbapi.py, and test_adbapi.py.
Great. Thanks a lot! :)
>My apologies in advance for the test pa
>-Original Message-
>From: twisted-python-boun...@twistedmatrix.com [mailto:twisted-python-
>boun...@twistedmatrix.com] On Behalf Of Dave Peticolas
>Sent: Wednesday, August 05, 2009 9:56 PM
>To: Twisted general discussion
>Subject: Re: [Twisted-Python] Adbapi issues
>
>-Original Message-
>From: twisted-python-boun...@twistedmatrix.com [mailto:twisted-python-
>boun...@twistedmatrix.com] On Behalf Of exar...@twistedmatrix.com
>Sent: Thursday, August 06, 2009 10:44 AM
>To: Twisted general discussion
>Subject: Re: [Twisted-Python] Adbapi
On 01:56 am, d...@krondo.com wrote:
>Gerrat Rickert wrote:
>[snip]
>>2. ...since I can't get it to reconnect properly, perhaps I could
>>just
>>close the connections in the old connection pool, and create a new
>>one...
>>
>>dbpool = adbapi.ConnectionPool('cx_Oracle', conn_str,
>>
Gerrat Rickert wrote:
> I'd like to use twisted's adbapi module (twisted 8.2.0 for python 2.5)
> with cx_Oracle, but I'm having some issues with it.
> Specifically:
>
> 1. It doesn't seem to reconnect (or possibly I just need enlightenment
> on how reconnecting works):
> If I tweak part of the
I'd like to use twisted's adbapi module (twisted 8.2.0 for python 2.5)
with cx_Oracle, but I'm having some issues with it.
Specifically:
1. It doesn't seem to reconnect (or possibly I just need enlightenment
on how reconnecting works):
If I tweak part of the test_adbapi.py script to work for Or