]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Fixed regression from 0.6 where SMALLINT and
authorMike Bayer <mike_mp@zzzcomputing.com>
Fri, 18 Feb 2011 01:43:17 +0000 (20:43 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 18 Feb 2011 01:43:17 +0000 (20:43 -0500)
commit74f26d2279dc730f0a8a8cc9a7824465dd465626
treeca3ec0fdaafcfd4cdf2d748e68efb37648d42855
parent01cb94690d2d07431b2ff1b02577345c003be42b
- Fixed regression from 0.6 where SMALLINT and
BIGINT types would both generate SERIAL
on an integer PK column, instead of
SMALLINT and BIGSERIAL [ticket:2065]
CHANGES
lib/sqlalchemy/types.py
test/dialect/test_postgresql.py