Hi, There are two styles of writing code for querying: the assignmapper style, i.e. "Class.query" vs. the standard style as documented in SQLAlchemy tutorial, i.e. "DBSession.query(Class)."
The assignmapper style seems simpler and intuitive. Curious to know why it is not the standard way. Are there any disadvantages? Also refer http://groups.google.co.in/group/turbogears/browse_thread/thread/8f3b4c4da33d69c8 thanks, Sanjay --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "sqlalchemy" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/sqlalchemy?hl=en -~----------~----~----~----~------~----~------~--~---
