Thanks Michael.

But this wont probably work if I want to find the columns within
@Compiles(Insert)
I have a use-case for the below. Can you help....




@compiles(Insert)
def contextual_insert(insert, compiler, **kw):
    print insert.compile().params--------------------------------->
This will gointo infinite loop.
    return compiler.visit_insert(insert, **kw)

-- 
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 
sqlalchemy+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sqlalchemy?hl=en.

Reply via email to