Hi,

I develop an extension for the well known Trac. trac itself has an
extremly simple db 'layer' for creating tables and the like but all sql
queries must be generated manually.

This sucks - however, if you only have simple queries, it still works.

But now I'm debugging a somewhat bigger query with 3-4 joins, some
unions and multiple sub-selects. This is really the point where I should
start with SQLAlchemy :-)

Now I have an open db connection which is managed by trac. Can I re-use
  this connection for my SQLAlchemy needs? In the beginning, I don't
want to use the declarative layer or anything. No transaction control etc.

fs




--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to