2 messages in com.googlegroups.sqlalchemy[sqlalchemy] REAL columns not reflect...
FromSent OnAttachments
luper rouch31 Oct 2007 04:24.diff
Michael Bayer31 Oct 2007 08:52 
Subject:[sqlalchemy] REAL columns not reflected with SQLite
From:luper rouch (lupe@gmail.com)
Date:10/31/2007 04:24:03 AM
List:com.googlegroups.sqlalchemy
Attachments:

The keyword for floating point columns is REAL according to the SQLite documentation (http://www.sqlite.org/datatype3.html), but only FLOAT is recognized by SQLAlchemy.

This patch corrects the problem.