go-gorm / sqlserver

GORM sqlserver driver
MIT License
56 stars 39 forks source link

Support update and delete returning using output #116

Closed FrancoLiberali closed 1 year ago

FrancoLiberali commented 1 year ago

What did this pull request do?

Replace RETURNING by OUTPUT to support returning in update and delete statements

See after https://github.com/go-gorm/sqlserver/pull/115

User Case Description

See https://github.com/go-gorm/gorm/pull/6585