[SQLObject] SQLObject 0.9.4b1

2008-02-28 Thread Oleg Broytmann
Hello! I'm pleased to announce the 0.9.4b1, the first beta release of the upcoming SQLObject 0.9.4. What is SQLObject = SQLObject is an object-relational mapper. Your database tables are described as classes, and rows are instances of those classes. SQLObject is meant to be

[SQLObject] SQLObject 0.10.0b3

2008-02-28 Thread Oleg Broytmann
Hello! I'm pleased to announce the 0.10.0b3 release of SQLObject. What is SQLObject = SQLObject is an object-relational mapper. Your database tables are described as classes, and rows are instances of those classes. SQLObject is meant to be easy to use and quick to get

Re: [SQLObject] csv export / import; how?

2008-02-28 Thread Lutz Steinborn
On Thu, 6 Dec 2007 01:18:24 +0300 Oleg Broytmann [EMAIL PROTECTED] wrote: On Wed, Dec 05, 2007 at 10:23:10PM +0100, Petr Jake?? wrote: Does some example, hint or snippet of the code exists which shows how to use export_csv and/or export_csv_zip functions? Look at

Re: [SQLObject] csv export / import; how?

2008-02-28 Thread Oleg Broytmann
On Thu, Feb 28, 2008 at 11:09:51AM +0100, Lutz Steinborn wrote: Any hint how to improve the import performance for complex objects ? Another idea is to patch SQLObject to prevent it doing SELECT after an every INSERT - I think it is the worst offender of speed. But you have to understand

Re: [SQLObject] Iterating through a record...

2008-02-28 Thread Leandro Lucarella
Oleg Broytmann, el 28 de febrero a las 10:32 me escribiste: On Thu, Feb 28, 2008 at 02:57:50AM -0200, Sam's Lists wrote: I can print the record find by coercing it into a string. But I'd like to be able to iterate through it myself. And I can't. I keep getting: 'TypeError: 'TheRun'