[RDBO] on_set trigger bug

2007-03-09 Thread Cory Bennett
I think this is a bug anyway, but it could be a usage error. When using an on_set trigger, the return value from the setter is always an empty-string, but the set seems to still be working. In my attached test example I have an object with a column data, and a column more_data, the more_data

Re: [RDBO] on_set trigger bug

2007-03-09 Thread John Siracusa
On 3/9/07, Cory Bennett [EMAIL PROTECTED] wrote: I think this is a bug anyway, but it could be a usage error. When using an on_set trigger, the return value from the setter is always an empty-string, but the set seems to still be working. Yep, it was a bug. Fixed in SVN. Thanks for the