]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Firebird: added Float and Time types (FBFloat and FBTime). Fixed BLOB SUB_TYPE for...
authorRoger Demetrescu <roger.demetrescu@gmail.com>
Fri, 12 Oct 2007 06:02:15 +0000 (06:02 +0000)
committerRoger Demetrescu <roger.demetrescu@gmail.com>
Fri, 12 Oct 2007 06:02:15 +0000 (06:02 +0000)
commit69ba01265e892fb4abeb2d9a427de53fd1ab6232
treedf4e780e9c3c009c996ec22bb8284deff3829151
parentd174b3bd7212c7cb98671a4dff88325e68cbfb89
Firebird: added Float and Time types (FBFloat and FBTime). Fixed BLOB SUB_TYPE for TEXT and Binary types.
Firebird's string types are tested in testtypes.py
CHANGES
lib/sqlalchemy/databases/firebird.py
test/sql/testtypes.py