diff --git a/error.go b/error.go index 21b3d933..f67c5a5f 100644 --- a/error.go +++ b/error.go @@ -449,7 +449,7 @@ func (err *Error) Get(k byte) (v string) { return "" } -func (err Error) Error() string { +func (err *Error) Error() string { return "pq: " + err.Message }