mirror of
https://github.com/go-gorm/gorm.git
synced 2025-07-31 10:20:12 +00:00
Yay, all tests passed
This commit is contained in:
@@ -3,8 +3,9 @@ package gorm
|
||||
import "errors"
|
||||
|
||||
var (
|
||||
RecordNotFound = errors.New("Record Not Found")
|
||||
InvalidSql = errors.New("Invalid SQL")
|
||||
NoNewAttrs = errors.New("No new Attributes")
|
||||
NoValidTransaction = errors.New("No valid transaction")
|
||||
RecordNotFound = errors.New("Record Not Found")
|
||||
InvalidSql = errors.New("Invalid SQL")
|
||||
NoNewAttrs = errors.New("No new Attributes")
|
||||
NoValidTransaction = errors.New("No valid transaction")
|
||||
CantStartTransaction = errors.New("Can't start transaction")
|
||||
)
|
||||
|
Reference in New Issue
Block a user