On 10/27/06, Lucian Dragus <[EMAIL PROTECTED]> wrote:
> I finded another related bug: the Manager is not creating
>
>         $obj->{MODIFIED_COLUMNS()} = {}
>
> key when loading from db

It's okay if the MODIFIED_COLUMNS list doesn't exist.  If you mean
that the MODIFIED_COLUMNS list exists and is not empty after loading
using the Manager, then that's probably a bug.  That should only
happen if the object_args parameter is passed to get_objects() (in
which case it's correct behavior).

I added a test for this to spot-check-12.t and it passes.  Do you have
some sample code that demonstrates this problem?

> RDBO can't save a parent object without modifications, but with a
> modified sub-object.

This bug is fixed in SVN, and I've updated the test.

-John

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Rose-db-object mailing list
Rose-db-object@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/rose-db-object

Reply via email to