I am working with a legacy db that falls short on such things as having primary keys. I have some sql that contrives to give me a workable data set (with a columns that can serve as a composite primary key).
I would like to just drop this in to a select() and generate a mapper for it. Is there a way to create a selectable without actually defining any tables? Thanks for any help. Peace, David S. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
