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?

This is really a question for the SQLAlchemy mailing list, and its not
specific to ActiveMapper, which is just a very thin wrapper around
SQLAlchemy itself.  You could write your example without using any
of the ActiveMapper extension, and it should produce the same SQL.

If you have suggestions on how to improve the SQL generation for a
particular database, I would suggest emailing the SQLAlchemy list with
some suggestions, and probably some benchmarks that show that your
alternatives are faster.

Best of luck -

--
Jonathan LaCour
http://cleverdevil.org

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"sqlalchemy" group.
To post to this group, send email to sqlalchemy@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/sqlalchemy
-~----------~----~----~----~------~----~------~--~---

Reply via email to