[Twisted-Python] adbapi and multiple queries in single transaction.

2009-06-23 Thread Vishal Shetye
Hi, I am working on an application that uses twisted and twisted.e.adbapi with sqlite in the backend. All db queries are put in separate functions in class say tableGateway.py which uses runOperation, runQuery etc as appropriate. A layer that uses it, lets say objectGateway.py, defines operations

Re: [Twisted-Python] adbapi and multiple queries in single

2009-06-23 Thread Vishal Shetye
10:25:16 -0400 From: Phil Christensen Subject: Re: [Twisted-Python] adbapi and multiple queries in single transaction. To: Twisted general discussion Message-ID: <2e70f4c7-5253-44b2-9db8-79d8817e9...@bubblehouse.org> Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes

[Twisted-Python] Re adbapi and multiple queries in single transaction.

2009-07-14 Thread Vishal Shetye
Hi, I went through several posts and blogs regarding long lived transactions in twisted. Some of them are -A bug with current status won't fix. http://twistedmatrix.com/trac/ticket/303 -Laxdb from sandbox. http://archives.free.net.ph/message/20050831.235536.440061b8.en.html#t

[Twisted-Python] laxdb - an async dbapi wrapper

2009-07-23 Thread Vishal Shetye
> Hi, > > In response to the announcement of the Twisted Asynchronous Database Api > (tada), mention something I wrote. > > [Unfortunately, tada does not use threads correctly so it's likely to > break. The author knows this and has ad

[Twisted-Python] License for code in twisted's sandbox?

2009-07-27 Thread Vishal Shetye
Hi, I had posted a query about laxdb on this list http://twistedmatrix.com/pipermail/twisted-python/2009-July/020030.html laxdb code is in sandbox and is not released with twisted. The file itself does not have any license. Can it be used assuming the same license as that of twisted. -- vishal __

Re: [Twisted-Python] License for code in twisted's sandbox?

2009-07-27 Thread Vishal Shetye
On Tue, Jul 28, 2009 at 8:05 AM, Jean-Paul Calderone wrote: > > On Mon, 27 Jul 2009 20:41:42 -0400, Glyph Lefkowitz > wrote: > >On Mon, Jul 27, 2009 at 10:34 AM, Vishal Shetye > >wrote: > > > >> I had posted a query about laxdb on this list > >&g

[Twisted-Python] Regarding Ticket 3629, Error in adbapi Connection Pool in cleanup

2009-10-30 Thread Vishal Shetye
Hi, I was facing the issue as noted here http://twistedmatrix.com/trac/ticket/3629. As I see, python 2.5 can be build with pysqlite2.1.3 and sqlite 3.0.8 or later. However, support for a connection to be moved across multiple threads was added to sqlite at version3.3.1. Last comment in the ticket

[Twisted-Python] Error handling for modules which use twisted.enterprise.adbapi

2010-02-10 Thread Vishal Shetye
, atleast with respect to the information provided. Any suggestions on this would be very helpful. Just to note http://twistedsphinx.funsize.net/projects/core/howto/rdbms.html does not have error handling related info. -- vishal shetye ___ Twisted