I may be missing something obvious, but how can i create my own sql
query using the existing sqlobject connection?
e.g. (psudo code)
data = connection.query("select * from asdf")I am building an app that integrates into a legacy db and i need to do a query on the existing tables that uses a ton of joins, intermediate tables and all kinds of fun stuff, and I really dont see the need to setup the class'es for these legacy tables for just one query. And then try to reverse engineer my existing query with sqlbuilder. There will be app specific tables where i would like to use the ORM which i will setup the classes in the model.py --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

