I use SA for my app with ActiveMapper before. And I have several tables with the same column in my app. But while I want making the app change querying table of database with user's select. ActiveMapper seems can't do that. The table name is settled in model.py
If I use native SA mapper way in controller.py, I can use the mapping like this: chosed_table = Table(_user_chose_, metadata, autoload=True) And the problem is done. But, Is this a bad efficiently way? or maybe make the tables merge into A only table with a tag column(some waste of disk space) is better? -- I'm lazy, I'm coding. http://lazycoding.blogspot.com/ --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears" 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/turbogears -~----------~----~----~----~------~----~------~--~---

