Disabled UseLastInsertID in favor of query output params

This commit is contained in:
Sergey Kurt 2017-03-19 18:05:55 +03:00
parent d40d074320
commit 68ac8a3c34

View file

@ -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