]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Fixed the BIT type to allow a "length" parameter, "varying"
authorMike Bayer <mike_mp@zzzcomputing.com>
Wed, 16 Mar 2011 15:03:33 +0000 (11:03 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 16 Mar 2011 15:03:33 +0000 (11:03 -0400)
commit2f46ac15b3693a01213d5b2addfa8e4c0ee8ce0f
tree81e248c54dceef1a089b98c40a72e83e75eabaa4
parent98a65a77d3d84a0022d753e3c3afaf9d709f80b8
- Fixed the BIT type to allow a "length" parameter, "varying"
parameter.  Reflection also fixed.  [ticket:2073]
CHANGES
lib/sqlalchemy/dialects/postgresql/base.py
test/dialect/test_postgresql.py