[sqlalchemy] Re: Data types specific to engines

2007-07-23 Thread Jonas
Thank you very much! :) On 19 jul, 18:11, Michael Bayer <[EMAIL PROTECTED]> wrote: > i just put up a little bit of new docs to this effect. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "sqlalchemy" group. To pos

[sqlalchemy] Re: Data types specific to engines

2007-07-19 Thread Michael Bayer
i just put up a little bit of new docs to this effect. --~--~-~--~~~---~--~~ 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 gr

[sqlalchemy] Re: Data types specific to engines

2007-07-19 Thread Michael Bayer
this capability already exists. For example, if you want specific SQL types, those are implemented. if you want specfically a CHAR column, use types.CHAR. Or VARCHAR, use types.VARCHAR. Other implemented SQL types are TIMESTAMP, CLOB and BLOB. But that's not all. For types that are totally sp