Hi all,
I have a project that's using SQLObject, and I wish to perform a query,
as per the following:
I have the following classes:
class A(SQLObject):
foo = RelatedJoin('B')
class B(SQLObject):
pass
b = B()
I want to do:
select from A where foo contains b
Is this possible at all?
Thanks,
Stuart
--
Stuart Clarke <[EMAIL PROTECTED]>
--~--~---------~--~----~------------~-------~--~----~
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?hl=en
-~----------~----~----~----~------~----~------~--~---