On Sep 27, 2007, at 10:07 AM, Hermann Himmelbauer wrote:
> With SA-3.10 I don't have this problem.
>
> So, I assume, this is a bug?
>
I woudlnt consider this a bug since subclassing of tables was never
something supported.
however, to make it work do this:
class MyTable(Table):
__visit_name__ = 'table'
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---