Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: None
-
Labels:None
-
Patch Submitted:Yes
Description
The SQL statement used to select the last inserted record has an unncessary part that causes extra rows to be returned.:
"SELECT IDENTITY() FROM #{table}" should be just "SELECT IDENTITY()"
Thanks for the patch, Peter...I don't see why we couldn't go ahead and apply it soon, but I'll leave it to Nick to review.