Problem in the sql script for a “CREATE UNIQUE INDEX”. (#2728)

Software : Software Ideas Modeler Ultimate – Trial Version

Version : 13.99

Source Code Generation

Language : SSQL DLL

Tempate : SQL DDL – MS SQL Server

The syntax generated by SIMU

CREATE UNIQUE INDEX calibration_max_range_options_name_uk ON [dbo].

((name) WITH (STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY]

GO

There is the presence of an invalid '(' at '((name)' which generates an error when executed.

Created
8 September 2023 16:13:54
Closed
26 September 2023 11:47:43
Requested by
Loic Gadras
State
Solved
Version
13.99
OperatingSystem
Windows 10
Solved in
14

Dusan Rodina - softwareideas.net 8 September 2023 18:13:50

Thank you for your notice. The issue will be fixed in the next release.

TrackedRequestComment
Your Name:
You can use these formatting tags: [b]bold[/b] [i]italic[/i] [u]underline[/u] [url]www.example.com[/url] [code]some code[/code] [quote]quoted text[/quote] [list]one list item per line[/list]