[sqlalchemy] Re: Remove need for session in method?

2009-09-28 Thread Conor Davis
thatsanicehatyouh...@mac.com wrote: > Hi Tomasz, > > Thanks for your help - that solved the problem. > > On 26 Sep 2009, at 10:20, Tomasz Jezierski - Tefnet wrote: > > [...code snipped...] > > >> First... why don't you define this method with class definition? I >> don't >> use "reflection" b

[sqlalchemy] Re: Remove need for session in method?

2009-09-28 Thread thatsanicehatyouhave
Hi Tomasz, Thanks for your help - that solved the problem. On 26 Sep 2009, at 10:20, Tomasz Jezierski - Tefnet wrote: [...code snipped...] > First... why don't you define this method with class definition? I > don't > use "reflection" but I think that it is possible... It's a chicken-and-th

[sqlalchemy] Re: Remove need for session in method?

2009-09-26 Thread Tomasz Jezierski - Tefnet
Dnia 2009-09-25, Pt o godzinie 21:24 -0400, thatsanicehatyouh...@mac.com pisze: > Hello, > > I am wondering if it's possible to simplify a method I have defined. I > have a few classes that are autoloaded: > > PlatePointing, Plate, Plugging, PlPlugMapM > > All are related, and all defined in