[sqlalchemy] Re: This join does not fill in the collection

2009-05-28 Thread King Simon-NFHD78
> -Original Message- > From: sqlalchemy@googlegroups.com > [mailto:sqlalch...@googlegroups.com] On Behalf Of Marcin Krol > Sent: 28 May 2009 13:57 > To: sqlalchemy@googlegroups.com > Subject: [sqlalchemy] Re: This join does not fill in the collection > >

[sqlalchemy] Re: This join does not fill in the collection

2009-05-28 Thread Marcin Krol
Hello Simon, This answered my question, thanks! (I don't know how I missed that in docs..) This is theoretically theoretical: But suppose I *did* some selection on Hosts and still used .options(eagerload('hosts')) on query - would that screw smth up? In particular, if I called session.commit

[sqlalchemy] Re: This join does not fill in the collection

2009-05-28 Thread King Simon-NFHD78
> -Original Message- > From: sqlalchemy@googlegroups.com > [mailto:sqlalch...@googlegroups.com] On Behalf Of Marcin Krol > Sent: 28 May 2009 10:09 > To: sqlalchemy@googlegroups.com > Subject: [sqlalchemy] This join does not fill in the collection > > > Hello everyone, > > session.query