On Mon, Jun 14, 2010 at 6:18 PM, Marcio <[email protected]> wrote:
> Hello,
>
> I'm using Pylons and PostgreSQL, I'm
> difficulty in mapping in pylons fields that are in Postgres
> defined like type Real.
>

SA provides some backend specific types. I guess you can use this one:

http://www.sqlalchemy.org/docs/reference/dialects/postgresql.html#sqlalchemy.dialects.postgresql.base.REAL

>
> Does anyone have any example, already asked google but not found
> nothing specific about it ...
>
>
> Thanks ...
>
> --
> You received this message because you are subscribed to the Google Groups 
> "pylons-discuss" 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/pylons-discuss?hl=en.
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"pylons-discuss" 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/pylons-discuss?hl=en.

Reply via email to