How can we help you today? How can we help you today?

Issue with tables with linked data

Is there a formal way to report bugs with the beta? I have encountered an issue where the insert for tables with linked data just tries to insert the first row of data for every row. The script is aware of the number of rows to insert, but it only generates the insert for the first row.

Here is an example:
PRINT(N'Add 7 rows to [active].[lk_Application]')
INSERT INTO [active].[lk_Application] ([ApplicationId], [Name]) VALUES (0, N'other')
INSERT INTO [active].[lk_Application] ([ApplicationId], [Name]) VALUES (0, N'other')
INSERT INTO [active].[lk_Application] ([ApplicationId], [Name]) VALUES (0, N'other')
INSERT INTO [active].[lk_Application] ([ApplicationId], [Name]) VALUES (0, N'other')
INSERT INTO [active].[lk_Application] ([ApplicationId], [Name]) VALUES (0, N'other')
INSERT INTO [active].[lk_Application] ([ApplicationId], [Name]) VALUES (0, N'other')
INSERT INTO [active].[lk_Application] ([ApplicationId], [Name]) VALUES (0, N'other')
instalectual
0

Comments

2 comments

  • instalectual
    I am no longer experiencing this issue with the newest beta (11.0.0.198), everything is working as expected.
    instalectual
    0
  • JonathanWatts
    Glad to here the latest build fixed your issue. Keep the feedback coming.

    Regards,

    Jonathan
    JonathanWatts
    0

Add comment

Please sign in to leave a comment.