Archives Feb. 13, 2010
Float == Float4, Ya Pythonic Wanker!
Written by
on
in
Snaking.
When you're using SQLAlchemy you sometimes get into a fog where everything's so abstracted away that you forget there's a regular old PostgreSQL or SQLite instance under there. Thing is, there *is* a PostgreSQL instance under there, and if you use a Float data-type for your code, it will work perfectly well under SQLite (which ...