Skip to content

IDENTITY clause in column definition not handled #184

@ctimmer

Description

@ctimmer

Describe the bug
SQLServer - INDENTITY clause in column definition causes a problem with the entry size

To Reproduce
Steps to reproduce the behavior:
In the ddl:
[cifno] [numeric](10, 0) IDENTITY(1,1) NOT NULL,
puts (1,1) in the size field

Expected behavior
Either ignore the IDENTITY clause or create a separate object entry for the identity value

Screenshots
None

Desktop (please complete the following information):

  • OS: Windows 11
  • Browser chrome
  • Version 01/10/2023

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions