[Sqlalchemy-tickets] Issue #4362: add new API for IDENTITY start/increment in mssql (zzzeek/sqlalch
Brought to you by:
zzzeek
From: Michael B. <iss...@bi...> - 2018-11-11 02:17:47
|
New issue 4362: add new API for IDENTITY start/increment in mssql https://bitbucket.org/zzzeek/sqlalchemy/issues/4362/add-new-api-for-identity-start-increment Michael Bayer: in #4235 we need Sequence to be a real object for SQL Server so we need to deprecate its current use for IDENTITIY, propose new column params mssql_identity_start, mssql_identity_increment. need deprecation warnings for Sequence |