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

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

2009-06-23 Thread Phil Christensen
On Jun 23, 2009, at 9:45 AM, Vishal Shetye wrote: > I initially thought of putting all the queries per operation in a > runInteraction. However this results in code-duplication as many > queries are shared between different operations. It seems like the easiest way to deal with this would be t