]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- fixed numeric test for pg8000, factored out decimal/float codes
authorMike Bayer <mike_mp@zzzcomputing.com>
Fri, 9 Apr 2010 17:01:17 +0000 (13:01 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 9 Apr 2010 17:01:17 +0000 (13:01 -0400)
commitd61a48ccfd1024b744c003d354cd95b136d41a43
tree187cee11d890d60dc218cf0c062dcb09b5c17974
parent357fb85dd839acf6ecf43eca466b7911b13d106a
- fixed numeric test for pg8000, factored out decimal/float codes
lib/sqlalchemy/dialects/postgresql/base.py
lib/sqlalchemy/dialects/postgresql/pg8000.py
lib/sqlalchemy/dialects/postgresql/psycopg2.py
test/dialect/test_postgresql.py