good morning!!!!

Skip to content
Snippets Groups Projects
Commit 55b2b04b authored by Carlos Nieto's avatar Carlos Nieto
Browse files

Adding ErrUnsupportedDestination

parent e4727eb3
Branches
Tags
No related merge requests found
...@@ -213,6 +213,7 @@ var ( ...@@ -213,6 +213,7 @@ var (
ErrQueryOffsetParam = errors.New(`A query can accept only one db.Offset() parameter.`) ErrQueryOffsetParam = errors.New(`A query can accept only one db.Offset() parameter.`)
ErrMissingConditions = errors.New(`Missing selector conditions.`) ErrMissingConditions = errors.New(`Missing selector conditions.`)
ErrQueryIsPending = errors.New(`Can't execute this instruction while the result set is still open.`) ErrQueryIsPending = errors.New(`Can't execute this instruction while the result set is still open.`)
ErrUnsupportedDestination = errors.New(`Unsupported destination type.`)
) )
// Registered wrappers. // Registered wrappers.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment