On Fri, Jul 11, 2008 at 9:45 AM, Eric Lemoine <[EMAIL PROTECTED]> wrote:
> Hello
>
> When using autoload the created Numeric columns have asdecimal set to
> True (I use postgres, dunno if it's different with other databases).
> If would like that they have asdecimal set to False. Can I force that
> without having to override the results of the autoload with explicit
> Numeric(asdecimal=False) columns in my Table object?
>
> Thanks a lot,

Sorry for insisting a bit. Does anyone know if it's possible to use
autoload=True and have numeric column values represented as floats
rather than decimal.Decimal's (asdecimal=False)?

Thanks,

--
Eric

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