[sqlalchemy] Re: How to save a null value in a field of type REAL PostGreSQL.

2010-06-17 Thread Marcio
hi, anybody ever needed a REAL field mapping with SQLAlchemy e
PostGreSQL, to provide an example.
Thank you very much.

---

On 14 jun, 20:43, Marcio brambilla.mar...@gmail.com wrote:
 Hello,
 I'm using Pylons, Sqlalchimy and PostgreSQL, and am having trouble to
 save a field with null value in a postgres table where the field was
 defined by the typeREALand allowing null value. With the pylons
 while trying to save have an error saying that the value for the field
 can not be null.

 Anyone know why this happens?
 Thank you.

-- 
You received this message because you are subscribed to the Google Groups 
sqlalchemy group.
To post to this group, send email to sqlalch...@googlegroups.com.
To unsubscribe from this group, send email to 
sqlalchemy+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sqlalchemy?hl=en.



[sqlalchemy] Mapeamento de campo Real do PostGreSQL.

2010-06-14 Thread Marcio
Olá,

Sou novo no Python, estou usando o Pylons e PostGreeSQL, estou com
dificuldade para mapear no pylons os campos que no postgre são
definidos no tipo Real.

Alguém tem algum exemplo, já perguntei ao google mas não encontrei
nada específico sobre isso...

Valeu...

-- 
You received this message because you are subscribed to the Google Groups 
sqlalchemy group.
To post to this group, send email to sqlalch...@googlegroups.com.
To unsubscribe from this group, send email to 
sqlalchemy+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sqlalchemy?hl=en.



[sqlalchemy] Mapping Real field PostGreSQL.

2010-06-14 Thread Marcio
Hello,

I'm using Pylons and PostgreSQL, I'm
difficulty in mapping in pylons fields that are in Postgres
defined like type 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 
sqlalchemy group.
To post to this group, send email to sqlalch...@googlegroups.com.
To unsubscribe from this group, send email to 
sqlalchemy+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sqlalchemy?hl=en.



[sqlalchemy] How to save a null value in a field of type REAL PostGreSQL.

2010-06-14 Thread Marcio
Hello,
I'm using Pylons, Sqlalchimy and PostgreSQL, and am having trouble to
save a field with null value in a postgres table where the field was
defined by the type REAL and allowing null value. With the pylons
while trying to save have an error saying that the value for the field
can not be null.

Anyone know why this happens?
Thank you.

-- 
You received this message because you are subscribed to the Google Groups 
sqlalchemy group.
To post to this group, send email to sqlalch...@googlegroups.com.
To unsubscribe from this group, send email to 
sqlalchemy+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sqlalchemy?hl=en.