]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
visit_DECIMAL should include precision and scale (when provided) just like visit_NUME...
authorDiana Clarke <diana.joan.clarke@gmail.com>
Mon, 3 Dec 2012 12:40:00 +0000 (07:40 -0500)
committerDiana Clarke <diana.joan.clarke@gmail.com>
Mon, 3 Dec 2012 12:40:00 +0000 (07:40 -0500)
commite99f8be3712fb6c73fd8151ab8c482b6ac4e122f
treebe8d10da23f2c96df4ece3d4392fe9aa00bdd3a2
parent4950b85e8384869d3f03498c6914afe5aadbf561
visit_DECIMAL should include precision and scale (when provided) just like visit_NUMERIC see #2618
lib/sqlalchemy/sql/compiler.py
test/sql/test_types.py