So the SQL type to use for create() is no longer determined solely by the
Dialect.type_descriptor() method? Some "implicit type" is determined before
that? When did all that happen?

Rick

On 1/8/07, Michael Bayer <[EMAIL PROTECTED]> wrote:


like i said in the ticket, all TypeDecorator types define what type
they are "wrapping" using the "impl" class member.  dialect-specific
Unicode types which want to subclass Unicode need only define a
different "impl" member so that they wrap whatever String subclass you
want.


>


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