Disabled UseLastInsertID in favor of query output params
This commit is contained in:
parent
d40d074320
commit
68ac8a3c34
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ func (m *MSSQLDriver) Close() {
|
|||
|
||||
// UseLastInsertID returns false for mssql
|
||||
func (m *MSSQLDriver) UseLastInsertID() bool {
|
||||
return true
|
||||
return false
|
||||
}
|
||||
|
||||
// UseTopClause returns true to indicate MS SQL supports SQL TOP clause
|
||||
|
|
Loading…
Reference in a new issue