]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Added float type to support real/double precision/float8/etc sql data types. Added...
authorRobert Leftwich <rtl@pobox.com>
Thu, 1 Dec 2005 12:51:38 +0000 (12:51 +0000)
committerRobert Leftwich <rtl@pobox.com>
Thu, 1 Dec 2005 12:51:38 +0000 (12:51 +0000)
commit9ec6a9b8e336caf6ef79451f1154f40fc5e771a1
tree8302755a21f48ae8af5845c281b21a8d95b79a46
parent2a1098f831a0f9b3f9a01fa5cd2a46789b533a61
Added float type to support real/double precision/float8/etc sql data types. Added columns.py as unit test. Modified sqlite.py, postgres.py and mysql.py to use the new type where appropriate (note -Oracle is unchanged at present).
lib/sqlalchemy/databases/mysql.py
lib/sqlalchemy/databases/postgres.py
lib/sqlalchemy/databases/sqlite.py
lib/sqlalchemy/types.py
test/alltests.py
test/columns.py [new file with mode: 0644]
test/engines.py