Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // ErrZeroRowsAffected indicates that no rows were affected by the operation ErrZeroRowsAffected = errors.New("no rows affected by operation") )
Functions ¶
func CheckForZeroRowsAffected ¶
CheckForZeroRowsAffected ensures that if zero rows are affected by operations that should have side-effects, an error is returned.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.