Skip to content

Commit

Permalink
Do not perform super
Browse files Browse the repository at this point in the history
  • Loading branch information
aidanharan committed Oct 2, 2023
1 parent 17cb605 commit de89f68
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,8 @@ def sql_for_insert(sql, pk, binds, _returning)
else
"#{sql}; SELECT CAST(SCOPE_IDENTITY() AS bigint) AS Ident"
end
super

[sql, binds]
end

# === SQLServer Specific ======================================== #
Expand Down

0 comments on commit de89f68

Please sign in to comment.