Re: [SQLObject] SQLObject 0.15.0b1

2010-11-22 Thread Oleg Broytman
On Mon, Nov 22, 2010 at 07:33:48PM +0100, Daniel Fetchinson wrote: > My app works just as before. > Thank a lot Oleg for all your work! Thank you for the report and the nice words! Oleg. -- Oleg Broytmanhttp://phd.pp.ru/p...@phd.pp.ru Programmers don't

Re: [SQLObject] SQLObject 0.15.0b1

2010-11-22 Thread Daniel Fetchinson
>> * Major API change: all signals are sent with the instance (or the class) >> as the first parameter. The following signals were changed: >> RowCreateSignal, RowCreatedSignal, DeleteColumnSignal. >> >> * Major API change: post-processing functions for all signals are called >> with the inst

Re: [SQLObject] SQLObject 0.15.0b1

2010-11-22 Thread Oleg Broytman
On Mon, Nov 22, 2010 at 07:36:01PM +0300, Oleg Broytman wrote: > * Major API change: all signals are sent with the instance (or the class) > as the first parameter. The following signals were changed: > RowCreateSignal, RowCreatedSignal, DeleteColumnSignal. > > * Major API change: post-process

[SQLObject] SQLObject 0.15.0b1

2010-11-22 Thread Oleg Broytman
Hello! I'm pleased to announce version 0.15.0b1, the first beta of the upcoming release of branch 0.15 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