]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Added support for reflecting the DOUBLE PRECISION type,
authorMike Bayer <mike_mp@zzzcomputing.com>
Wed, 30 Sep 2009 20:57:40 +0000 (20:57 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 30 Sep 2009 20:57:40 +0000 (20:57 +0000)
commitb1c3c2463fcedbe842da92d3b6432d6bc1a4e37c
tree6174e18d1afb04e450c063d278c371dc43405f43
parent0d860209039b89ac85564d7dead7cf613813a01a
- Added support for reflecting the DOUBLE PRECISION type,
via a new postgres.PGDoublePrecision object.
This is postgresql.DOUBLE_PRECISION in 0.6.
[ticket:1085]
CHANGES
lib/sqlalchemy/databases/postgres.py
lib/sqlalchemy/test/testing.py
test/dialect/test_postgres.py