]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- [bug] Fixed bug in C extensions whereby
authorMike Bayer <mike_mp@zzzcomputing.com>
Wed, 14 Mar 2012 03:38:30 +0000 (20:38 -0700)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 14 Mar 2012 03:38:30 +0000 (20:38 -0700)
commitbf57355feeb6f04d33ad778709f2fb39ad699aee
tree69e1c51d7a912fa5286e6efae33a6ff498aea73f
parent4d2c1e2f17c702fd40af91532a36ec1b12db08fd
- [bug] Fixed bug in C extensions whereby
string format would not be applied to a
Numeric value returned as integer; this
affected primarily SQLite which does
not maintain numeric scale settings.
[ticket:2432]
CHANGES
lib/sqlalchemy/cextension/processors.c
test/sql/test_types.py