the Unicode type is at the moment already a TypeDecorator so its likely that its going to give you problems subclassing it. youre better off going with String for now, the type objects could benefit from a little bit of rethinking with regards to that whole __mro__ thing.

On Mar 9, 2006, at 9:33 AM, Lethalman wrote:

Hello,
i'm trying to create a subtype of Unicode but i can't realize how to
do it, i guess there's a problem when working on the __mro__ (i can't
be more specific right now sorry) which causes an infinite loop.

--
www.italianpug.org - Italian Python User Group Founder
www.lethalman.net - Thoughts about computer technologies


-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid0944&bid$1720&dat1642
_______________________________________________
Sqlalchemy-users mailing list
Sqlalchemy-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sqlalchemy-users



-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid0944&bid$1720&dat1642
_______________________________________________
Sqlalchemy-users mailing list
Sqlalchemy-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sqlalchemy-users

Reply via email to