Re: [Sqlalchemy-users] Using mapper extensions

2006-12-06 Thread Robin Munn
P.S. The SQLAlchemy mailing list moved to Google Groups a couple of months ago; that may be why you didn't get any responses to your original question. The new mailing list address is sqlalchemy@googlegroups.com, and you should be able to subscribe to it from http://groups.google.com/group/sqlalche

Re: [Sqlalchemy-users] Using mapper extensions

2006-12-06 Thread Robin Munn
On 12/6/06, Barry Warsaw <[EMAIL PROTECTED]> wrote: > I'm still confused about the row keys though. They aren't exactly > the names of the columns in my table, they are prepended with the > table name, lowercased. E.g. my table is named Listdata and the > columns are host_name and list_name but t

Re: [Sqlalchemy-users] Using mapper extensions

2006-12-06 Thread Barry Warsaw
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Just a quick follow up for posterity... On Dec 1, 2006, at 10:45 AM, Barry Warsaw wrote: > However the other thing that happens in the MailList ctor is that > we call a method InitTempVars() which gives each of the mixin base > classes a chance t

[Sqlalchemy-users] Using mapper extensions

2006-12-01 Thread Barry Warsaw
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I'm making another push to convert Mailman from Python pickles to SA, essentially starting over from scratch (on the SA side, I'm try to rewrite as little of Mailman as possible). So far so good; I've mostly been able to overcome the few glitche