On Aug 6, 5:35 pm, malkarouri <[EMAIL PROTECTED]> wrote: > On Aug 6, 4:36 pm, Michael Bayer <[EMAIL PROTECTED]> wrote: > > > > > for parsing HTML form data into Python objects most people use > > FormEncode: http://formencode.org/ > > Thanks a lot for the suggestion. FormEncode looks great and I will > definitely be using it. Still, as I identify my object (column) > classes at run-time, I need to find a mapping between sqlalchemy types > and python types. I guess I will build a dictionary with the types I > need.
we do have a trac ticket for this idea, associating python types with SQL types, which we havent yet decided how we'd like to do. theres a bigger ticket for a "rewrite" of the types system which would probably address this issue. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
