]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Removed references to sequence in MSSQL
authorMichael Trier <mtrier@gmail.com>
Thu, 22 Oct 2009 03:29:52 +0000 (03:29 +0000)
committerMichael Trier <mtrier@gmail.com>
Thu, 22 Oct 2009 03:29:52 +0000 (03:29 +0000)
commit9ae821ee660a2d03cae591798c05cfdbd8bb3ca6
tree09eb87753606f7a0839c7cce8b104934b9dbc7f8
parente552ce339e9ee4fe2c8adf2298d7bba94ba817ac
Removed references to sequence in MSSQL

Implicit identities in mssql work the same as implicit sequences on any
other dialects. Explicit sequences are enabled through the use of
"default=Sequence()". See the MSSQL dialect documentation for more
information.
CHANGES
README.unittests
lib/sqlalchemy/dialects/mssql/base.py
lib/sqlalchemy/engine/reflection.py
test/dialect/test_mssql.py