good morning!!!!

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

Adding ErrUnsupportedDestination

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