]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Fixed bug which prevented "domain" built from a
authorMike Bayer <mike_mp@zzzcomputing.com>
Wed, 20 Oct 2010 21:28:08 +0000 (17:28 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 20 Oct 2010 21:28:08 +0000 (17:28 -0400)
commit60197fb0f4adc738a5f73a85d9c996b1259ea9e1
treeb0a11221e106787d78cb34233cd53a86dfa2e98d
parent466d6ed2f39d060d283d0732a39d7ce9f3f8a721
- Fixed bug which prevented "domain" built from a
custom type such as "enum" from being reflected.
[ticket:1933]
CHANGES
lib/sqlalchemy/dialects/postgresql/base.py
test/dialect/test_postgresql.py