]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
two tests which assumed autoincrement=False for integer PK columns now require it
authorMike Bayer <mike_mp@zzzcomputing.com>
Sun, 12 Aug 2007 15:58:11 +0000 (15:58 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sun, 12 Aug 2007 15:58:11 +0000 (15:58 +0000)
commit8564ae6ef912071ed47b1ac3372ddc7d469b9fd9
tree21072d29e493337739d77dbaeaebd303669393aa
parent685f281d4047e4f4ce13d8ff7f7f80923f0d945d
two tests which assumed autoincrement=False for integer PK columns now require it
to be explicit due to r3255.
test/orm/relationships.py