On Thursday, July 12, 2012 5:42:12 PM UTC-4, Michael Bayer wrote:
>
> let the compiler do it:
>
> elementName = compiler.process(element, **kw)
>

That causes an infinite loop since it tries to compile DTColumn itself.

I've tried stuff like super(DTColumn, element).compile(), but that doesn't 
help (and was a guess anyway).

-- 
You received this message because you are subscribed to the Google Groups 
"sqlalchemy" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/sqlalchemy/-/2eZs0B2dct0J.
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