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

2010-06-19 Thread Michael Bayer
REAL can be imported from the dialect: from sqlalchemy.dialects.postgresql import REAL http://www.sqlalchemy.org/docs/reference/dialects/postgresql.html?highlight=real#sqlalchemy.dialects.postgresql.base.REAL you can use the search box on the SQLAlchemy documentation to find elements like

[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