[sqlalchemy] Re: Activemapper and selection

2006-11-01 Thread Jonathan LaCour
percious wrote: So, 2 questions. 1) can we add a from clause to the active mapper? 2) are there plans to alleviate the need for '.' replacement in the future? Ooops, ignore part of my last reply, somehow my procmail filter dumped your message into a different folder than my SQLAlchemy lists

[sqlalchemy] Re: Activemapper and selection

2006-11-01 Thread Michael Bayer
if you use a table with mixed case identifiers, quotes are required. additionally, SA's ORM queries use the use_label=True flag so that joins among many tables can be constructed without the issue of column names conflicting. as for too much work on the MySQL side, i can assure you that you'd