[DB-SIG] SQLObject 0.8.0b1

2006-12-18 Thread Oleg Broytmann
Hello! I'm pleased to announce the 0.8.0b1 release of SQLObject. This is the first beta of the new branch. Taking into account that it is a result of rather large job the beta period will be prolonged. Meanwhile the stable 0.7 branch will be maintained, and there will be at least 0.7.3 release.

[DB-SIG] Clarification of cursor.arraysize

2006-12-18 Thread Art Protin
Dear folks, I find yet again that I am confused by what I read in pep-0249. This time it is the last line describing the attribute of cursor objects named .arraysize (I quote here both paragraphs): This read/write attribute specifies the number of rows to fetch at a time with fetchm

Re: [DB-SIG] Clarification of cursor.arraysize

2006-12-18 Thread M.-A. Lemburg
On 2006-12-18 22:56, Art Protin wrote: > Dear folks, > I find yet again that I am confused by what I read in pep-0249. > This time it is the last line describing the attribute of cursor objects > named .arraysize (I quote here both paragraphs): > > This read/write attribute specifies th

Re: [DB-SIG] Clarification of cursor.arraysize

2006-12-18 Thread Carsten Haese
On Mon, 2006-12-18 at 16:56 -0500, Art Protin wrote: > Dear folks, > I find yet again that I am confused by what I read in pep-0249. > This time it is the last line describing the attribute of cursor objects > named .arraysize (I quote here both paragraphs): > > This read/write attribut

Re: [DB-SIG] Clarification of cursor.arraysize

2006-12-18 Thread Carsten Haese
On Tue, 2006-12-19 at 01:01 +0100, M.-A. Lemburg wrote: > On 2006-12-18 22:56, Art Protin wrote: > > While I am bothering you good people with my silly questions, I > > might just as well tack on another: if one invokes .executemany with a > > seq_of_parameters that is empty (like > > >