Hello,
I'm using sqlalchemy.mod.threadlocal with object mappers and sessions,
works greate sofar;). Now, for the first time, I have the desire to do
something completely different. Select a bool from the database, like
"""
SELECT %s in (SELECT .... );
""" % some_id

What is the most straight forward approach to do so.

Thanks, sb.


--~--~---------~--~----~------------~-------~--~----~
 You received this message because you are subscribed to the Google Groups 
"sqlalchemy" group.
To post to this group, send email to sqlalchemy@googlegroups.com
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