Update remarks for IDENTITY_INSERT behavior - #10370
Update remarks for IDENTITY_INSERT behavior#10370Tim Brown (timbrownai) wants to merge 1 commit into
Conversation
Clarified the condition for updating the current identity value in the remarks section.
|
Tim Brown (@timbrownai) : Thanks for your contribution! The author(s) and reviewer(s) have been notified to review your proposed change. |
1 similar comment
|
Tim Brown (@timbrownai) : Thanks for your contribution! The author(s) and reviewer(s) have been notified to review your proposed change. |
|
Learn Build status updates of commit 58e2255: ✅ Validation status: passed
For more details, please refer to the build report. |
|
William Assaf MSFT (@WilliamDAssafMSFT) Can you review the proposed changes? IMPORTANT: When the changes are ready for publication, adding a #label:"aq-pr-triaged" |
|
Tim Brown (@timbrownai) That's an interesting edge case, worth documenting. Will do some wordsmithing to decompress this a bit and update. |
Clarified the condition for updating the current identity value in the remarks section. Reflects the fact that a negative increment column will only get a new IDENT_CURRENT value if the explicitly inserted value is LESS than the existing one.