mirror of https://github.com/jackc/pgx.git
Add notes about error values
parent
3e87a8b363
commit
5ea8191003
8
v4.md
8
v4.md
|
@ -71,3 +71,11 @@ querier = querier.Commit()
|
||||||
-- tx implements begin, commit, and rollback as save points
|
-- tx implements begin, commit, and rollback as save points
|
||||||
-- conn implements begin as create tx (what about commit and rollback? No-op?)
|
-- conn implements begin as create tx (what about commit and rollback? No-op?)
|
||||||
-- pool implements begin as?
|
-- pool implements begin as?
|
||||||
|
|
||||||
|
|
||||||
|
## Errors
|
||||||
|
|
||||||
|
Consider Go error values proposal
|
||||||
|
|
||||||
|
https://go.googlesource.com/proposal/+/master/design/go2draft-error-values-overview.md
|
||||||
|
https://godoc.org/golang.org/x/xerrors
|
||||||
|
|
Loading…
Reference in New Issue