mirror of
https://github.com/sqlalchemy/sqlalchemy.git
synced 2026-06-06 15:51:48 -04:00
Corrected a UOW DefaultTest for mssql because it requires the identity column setup.
This commit is contained in:
@@ -866,7 +866,7 @@ class DefaultTest(_base.MappedTest):
|
||||
Column('id', Integer, primary_key=True),
|
||||
Column('data', String(50)))
|
||||
|
||||
if testing.against('postgres', 'oracle'):
|
||||
if testing.against('postgres', 'oracle', 'mssql'):
|
||||
dt.append_column(
|
||||
Column('secondary_id', Integer, sa.Sequence('sec_id_seq'),
|
||||
unique=True))
|
||||
|
||||
Reference in New Issue
Block a user