What do you mean by textual strings? Do you mean strings backed by a
TEXT type, rather than a fixed-length string?

Why won't that work?

On Jan 23, 10:57 am, Michael Bayer <[EMAIL PROTECTED]> wrote:
> On Jan 23, 2008, at 11:09 AM, Jonathon Anderson wrote:
>
>
>
> > I'm trying to use types.TypeDecorator to define a set of strings
> > stored in the database as a csv list, where the empty set is stored as
> > null. process_bind_param seems to work, as values set on the bound
> > field seem to get entered correctly; but process_result_value never
> > seems to be called when reading that field, or when loading an
> > instance from the database.
>
> > What am I doing wrong? (I'm using 0.4.2p3)
>
> would have to see how you're getting results from the database.  if  
> you are using textual strings, it wont work.
--~--~---------~--~----~------------~-------~--~----~
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