Re: [CDBI] Re: uniqueness of objects in memory??

[prev] [thread] [next] [Date index for 2005/10/24]

From: Phil Mitchell
Subject: Re: [CDBI] Re: uniqueness of objects in memory??
Date: 22:07 on 24 Oct 2005
On 10/24/05, Phil Mitchell <phil@xxxxxxx.xxx> wrote:
> On 10/24/05, Bill Moseley <moseley@xxxx.xxx> wrote:
> > On Mon, Oct 24, 2005 at 01:31:44PM -0700, Phil Mitchell wrote:
> > > [% prefs.home_page %]
> > > [% user.prefs.home_page %]
> > >
> > > and they're different.
> >
> > Can you demonstrate with just your model?  Something like:
> >
> >
> > > 1. User has_a Prefs object; User->Prefs->home_page equals X
> >
> >     my $user =3D User->retrieve(1);
> >     print "start home page ", $user->Prefs->home_page;
> >
> > > 2. Prefs gets updated with new data; Prefs->home_page equals Y
> >
> >     my $prefs =3D $user->Prefs;
> >     $prefs->home_page('Y');
> >     $prefs->update;
> >     print "From Prefs: ", $prefs->home_page;
> >
> >
> > > 3. But User->Prefs->home_page still equals X.
> >
> >     print "From user: ", $user->Prefs->home_page;
>
> Yeah, that's a good point. I apologize for not trying this sooner.
> When I run this in a Test::More script I don't see the problem. What
> the heck does that mean? That there's an interaction with catalyst?
>
> I'll delve some more and report back if I find anything... Thanks for
> all your suggestions!

OTOH, I can run essentially the same code inside a single template
inside my app:

[% prefs.home_page %]<br>  =3D> X
[% user.prefs.home_page %]<br>  =3D> X

[% prefs.home_page('Y') %]<br>
[% prefs.update() %]<br>

[% prefs.home_page %]<br>  =3D> Y
[% user.prefs.home_page %]<br> =3D> X

...and see the weird behavior.

>
> >
> > --
> > Bill Moseley
> > moseley@xxxx.xxx
> >
> >
> > _______________________________________________
> > ClassDBI mailing list
> > ClassDBI@xxxxx.xxxxxxxxxxxxxxxx.xxx
> > http://lists.digitalcraftsmen.net/mailman/listinfo/classdbi
> >
>
>
> --
> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D
> 2People Blog: http://2-people.blogspot.com/
> 2People site: http://www.2people.org
>


--
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D
2People Blog: http://2-people.blogspot.com/
2People site: http://www.2people.org

_______________________________________________
ClassDBI mailing list
ClassDBI@xxxxx.xxxxxxxxxxxxxxxx.xxx
http://lists.digitalcraftsmen.net/mailman/listinfo/classdbi

(message missing)

[CDBI] uniqueness of objects in memory??
Phil Mitchell 03:32 on 24 Oct 2005

Re: [CDBI] uniqueness of objects in memory??
Perrin Harkins 16:12 on 24 Oct 2005

Re: [CDBI] uniqueness of objects in memory??
Phil Mitchell 17:42 on 24 Oct 2005

Re: [CDBI] uniqueness of objects in memory??
Perrin Harkins 18:41 on 24 Oct 2005

Re: [CDBI] uniqueness of objects in memory??
Christopher H. Laco 18:53 on 24 Oct 2005

Re: [CDBI] uniqueness of objects in memory??
Phil Mitchell 19:43 on 24 Oct 2005

Re: [CDBI] uniqueness of objects in memory??
William Ross 19:50 on 24 Oct 2005

Re: [CDBI] uniqueness of objects in memory??
Phil Mitchell 19:35 on 24 Oct 2005

Re: [CDBI] uniqueness of objects in memory??
Perrin Harkins 19:52 on 24 Oct 2005

[CDBI] Re: uniqueness of objects in memory??
Edward J. Sabol 19:47 on 24 Oct 2005

Re: [CDBI] Re: uniqueness of objects in memory??
Perrin Harkins 19:54 on 24 Oct 2005

[CDBI] Re: uniqueness of objects in memory??
Edward J. Sabol 20:03 on 24 Oct 2005

Re: [CDBI] Re: uniqueness of objects in memory??
Phil Mitchell 20:18 on 24 Oct 2005

Re: [CDBI] uniqueness of objects in memory??
Christopher H. Laco 19:46 on 24 Oct 2005

Re: [CDBI] uniqueness of objects in memory??
Christopher H. Laco 19:56 on 24 Oct 2005

Re: [CDBI] Re: uniqueness of objects in memory??
Michael Peters 20:23 on 24 Oct 2005

Re: [CDBI] Re: uniqueness of objects in memory??
Phil Mitchell 20:31 on 24 Oct 2005

Re: [CDBI] Re: uniqueness of objects in memory??
Bill Moseley 20:46 on 24 Oct 2005

Re: [CDBI] Re: uniqueness of objects in memory??
Phil Mitchell 21:30 on 24 Oct 2005

Re: [CDBI] Re: uniqueness of objects in memory??
Phil Mitchell 22:07 on 24 Oct 2005

Re: [CDBI] Re: uniqueness of objects in memory??
Perrin Harkins 22:13 on 24 Oct 2005

Re: [CDBI] Re: uniqueness of objects in memory??
Phil Mitchell 23:34 on 24 Oct 2005

Re: [CDBI] Re: uniqueness of objects in memory??
Rod McChesney 03:15 on 25 Oct 2005

Re: [CDBI] Re: uniqueness of objects in memory??
Phil Mitchell 03:48 on 25 Oct 2005

Re: [CDBI] Re: uniqueness of objects in memory??
Perrin Harkins 04:18 on 25 Oct 2005

Re: [CDBI] Re: uniqueness of objects in memory??
Phil Mitchell 06:08 on 25 Oct 2005

Generated at 14:18 on 27 Oct 2005 by mariachi v0.52