14 messages in com.googlegroups.sqlalchemy[sqlalchemy] Re: Add arbitrary inform...
FromSent OnAttachments
Paul Johnston26 Oct 2007 05:33 
Rick Morrison30 Oct 2007 08:08 
jason kirtland30 Oct 2007 09:58 
Rick Morrison30 Oct 2007 10:13 
jason kirtland30 Oct 2007 10:22 
Rick Morrison30 Oct 2007 10:32 
jason kirtland30 Oct 2007 11:03 
Rick Morrison30 Oct 2007 11:17 
Paul Johnston31 Oct 2007 04:54 
Rick Morrison01 Nov 2007 07:40 
Michael Bayer01 Nov 2007 09:13 
Rick Morrison02 Nov 2007 11:05 
Paul Johnston05 Nov 2007 12:10 
jason kirtland05 Nov 2007 12:20 
Subject:[sqlalchemy] Re: Add arbitrary information to some classes
From:Rick Morrison (rick@gmail.com)
Date:10/30/2007 10:13:33 AM
List:com.googlegroups.sqlalchemy

personal opinion: I'm not wild about either 'attributes' or 'properties', (a) they seem too long, and (b) yes, they are too similar to generic ORM terms

many many moons ago (pre Windows-1.0) I used an Ascii-GUI thing called C-scape (I think it's called "vermont views" now).

anyway, most of its objects had a space for a pointer to arbitrary user data, and they consistently used something like "udata" for the name of the pointer.

So I'm +1 on a short, non-generic and uniquely "user-y" kind of name like "udata". I know it sounds ugly, but we're dealing with database and ORM terminology. Just about every generic name you can think of is bound to be confused with something database-oriented.

Rick