]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Repaired missing import in psycopg2._PGNumeric type when
authorMike Bayer <mike_mp@zzzcomputing.com>
Wed, 7 Apr 2010 20:07:55 +0000 (16:07 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 7 Apr 2010 20:07:55 +0000 (16:07 -0400)
commit3351b65df94324b2baba87da303c9db3454653d6
treeea5e43a5f6360db8a696379e3bced3fc7208fe58
parent8842bbd8b5e72796926b6e35f86d060c3b86b6a2
- Repaired missing import in psycopg2._PGNumeric type when
unknown numeric is received.

- psycopg2/pg8000 dialects now aware of REAL[], FLOAT[],
DOUBLE_PRECISION[], NUMERIC[] return types without
raising an exception.

- introducing testing.provide_metadata for all these stupid little
create/drop tests
CHANGES
lib/sqlalchemy/dialects/postgresql/pg8000.py
lib/sqlalchemy/dialects/postgresql/psycopg2.py
lib/sqlalchemy/test/testing.py
test/dialect/test_postgresql.py