Re: [SQLObject] adding new events

2009-02-21 Thread Gabriel
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Oleg Broytmann escribió: >I added a call to send RowUpdatedSignal after .set(); also added > post-functions for both signals. I didn't use your tests - instead I copied > and modified test_row_update and test_row_destroy in tests/test_events.py.

Re: [SQLObject] adding new events

2009-02-21 Thread Oleg Broytmann
On Fri, Feb 20, 2009 at 11:28:50AM -0200, Gabriel wrote: > Attached patch with new events RowDestroyedSignal and RowUpdatedSignal. I added a call to send RowUpdatedSignal after .set(); also added post-functions for both signals. I didn't use your tests - instead I copied and modified test_row_u

Re: [SQLObject] adding new events

2009-02-20 Thread Oleg Broytmann
On Fri, Feb 20, 2009 at 11:28:50AM -0200, Gabriel wrote: > Attached patch with new events RowDestroyedSignal and RowUpdatedSignal. Thank you! I will look at it... I hope, tomorrow... Oleg. -- Oleg Broytmannhttp://phd.pp.ru/p...@phd.pp.ru Programmers don

Re: [SQLObject] adding new events

2009-02-20 Thread Gabriel
On Thu, Feb 19, 2009 at 4:24 PM, Oleg Broytmann wrote: > On Thu, Feb 19, 2009 at 04:04:16PM -0200, Gabriel wrote: >> just a question, are you planning to add events RowDestroyedSignal and >> RowUpdatedSignal, in other words events that are invoked after and not >> before like de actual ones. >> Ju

Re: [SQLObject] adding new events

2009-02-19 Thread Oleg Broytmann
On Thu, Feb 19, 2009 at 04:04:16PM -0200, Gabriel wrote: > just a question, are you planning to add events RowDestroyedSignal and > RowUpdatedSignal, in other words events that are invoked after and not > before like de actual ones. > Just the same as RowCreatedSignal and RowCreateSignal I don'

[SQLObject] adding new events

2009-02-19 Thread Gabriel
Hi all, just a question, are you planning to add events RowDestroyedSignal and RowUpdatedSignal, in other words events that are invoked after and not before like de actual ones. Just the same as RowCreatedSignal and RowCreateSignal -- Kind Regards ---