]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Corrected the sqlite float type so that it properly gets reflected as a SLFloat type...
authorMichael Trier <mtrier@gmail.com>
Mon, 13 Apr 2009 03:05:03 +0000 (03:05 +0000)
committerMichael Trier <mtrier@gmail.com>
Mon, 13 Apr 2009 03:05:03 +0000 (03:05 +0000)
commiteba7328c46202af92de63d2b019bb2e4892255b7
tree79d09eefb7b97a893949053534138499c67ec964
parente14734c8dd35dda06756496d0050c976cd90c5ab
Corrected the sqlite float type so that it properly gets reflected as a SLFloat type. Fixes #1273.
CHANGES
lib/sqlalchemy/databases/sqlite.py
test/dialect/sqlite.py