]> 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:01:20 +0000 (11:01 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 16 Mar 2011 15:01:20 +0000 (11:01 -0400)
commitf75ea6945cf2f0b727558e2f5c247a94cf2668bf
tree70829619e5d3ceb87a2d1f559cf1b3142541a1a0
parent83f8c4d24122340179f72863170dcfb74aa55897
- 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