The rename field generated this sql while renaming RequestId to RequestIdXXX
CREATE NONCLUSTERED INDEX [IX_RequestID] ON [dbo].[EmployeeTimeSheet] ([RequestIDXXX]) WHERE ([RequestId] IS NOT NULL) ON [PRIMARY]
In it the where clause was not updated with the new name of the field
DanAvni
0

Comments

3 comments

  • Tianjiao_Li
    @DanAvni

    Thanks for reporting this issue!

    I've reproduced it and escalated it to the development team. I'll keep you posted.
    Tianjiao_Li
    0
  • Tianjiao_Li
    We've logged this bug as SP-7597, so please keep an eye on the release note!
    Tianjiao_Li
    0
  • Tianjiao_Li
    Our development team has done extensive investigation in attempting to fix this issue. However, unfortunately this is not an issue that is easy to fix, at least not in a safe way. Therefore, we decided to close this issue.

    Our apologies for the inconvenience caused.
    Tianjiao_Li
    0

Add comment

Please sign in to leave a comment.