Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrNoResults = errors.New("no results") ErrTooManyResults = errors.New("expected one result, got many") ErrInvalidQuery = errors.New("invalid query") ErrFailedBeginTx = errors.New("failed to begin transaction") ErrFailedCommitTx = errors.New("failed to commit transaction") )
Errors shared by dialect runtimes.
Functions ¶
func IsZeroValue ¶
IsZeroValue returns whether v should be treated as absent by generated CRUD validation. Nullable structs are checked by a Valid boolean field regardless of presence of other fields.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.