]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Modified mysql to not add AUTOINCREMENT to the first integer primary key if it is...
authorRobert Leftwich <rtl@pobox.com>
Wed, 1 Mar 2006 09:37:45 +0000 (09:37 +0000)
committerRobert Leftwich <rtl@pobox.com>
Wed, 1 Mar 2006 09:37:45 +0000 (09:37 +0000)
commit371a6ca0de39b0affc25852b782898f2497eaeb0
treed79e941f2c9d493fbd1b252905869aea783c8bf0
parente8d8fa14b63a994ac1e0953bbe494a7c6ade9572
Modified mysql to not add AUTOINCREMENT to the first integer primary key if it is also a foreign key.
lib/sqlalchemy/databases/mysql.py