]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- added autoincrement=True to Column; will disable schema generation
authorMike Bayer <mike_mp@zzzcomputing.com>
Sat, 23 Sep 2006 17:21:56 +0000 (17:21 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sat, 23 Sep 2006 17:21:56 +0000 (17:21 +0000)
commit372a8d76a61649e7952ec9a465c731aa00352363
tree0f5411fca45c46f671fea327fbcc897a6c0030ac
parent9047fab83bd1bd21bed2f1857cb35679c75712f3
- added autoincrement=True to Column; will disable schema generation
of SERIAL/AUTO_INCREMENT/identity seq for postgres/mysql/mssql if
explicitly set to False.  #303
CHANGES
lib/sqlalchemy/databases/mssql.py
lib/sqlalchemy/databases/mysql.py
lib/sqlalchemy/databases/postgres.py
lib/sqlalchemy/schema.py
test/sql/defaults.py