Assuming you're using types that are provided by the database (i.e. VARCHAR, ARRAY, INTEGER, etc.), you use a TypeDecorator to add some kind of in-Python marshalling behavior to some Python type.
On Jan 28, 2011, at 12:14 AM, Enrico wrote: > Hi Folks, > > I was hoping to still be able to get guidance on creating my > UserDefinedType. > If I just knew exactly what the purpose of the bind and result > processes were > supposed to be, I'm sure I could look it up from there. > > -- > You received this message because you are subscribed to the Google Groups > "sqlalchemy" group. > To post to this group, send email to [email protected]. > 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. > -- You received this message because you are subscribed to the Google Groups "sqlalchemy" group. To post to this group, send email to [email protected]. 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.
