While using 0.3.5, I created a ClauseVisitor to see if a particular
table was included in a query that I dynamically build.

I've been trying to upgrade to 0.3.6 (or trunk), but that particular
section is not working the same way.  The docs say that by default,
all the visit methods are still called, but I placed logging
statements in my visit_table(self,table) method and it isn't being
called.

Do I need to specify something additional?
Is there a ClauseVisitor example somewhere.

Thanks
Dennis


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