mirror of https://github.com/jackc/pgx.git
Fix pgxpool Rows.CommandTag()
parent
aed55f0dee
commit
0d8dcd87b0
|
@ -47,7 +47,7 @@ func (rows *poolRows) Err() error {
|
||||||
}
|
}
|
||||||
|
|
||||||
func (rows *poolRows) CommandTag() pgconn.CommandTag {
|
func (rows *poolRows) CommandTag() pgconn.CommandTag {
|
||||||
return rows.CommandTag()
|
return rows.r.CommandTag()
|
||||||
}
|
}
|
||||||
|
|
||||||
func (rows *poolRows) FieldDescriptions() []pgproto3.FieldDescription {
|
func (rows *poolRows) FieldDescriptions() []pgproto3.FieldDescription {
|
||||||
|
|
Loading…
Reference in New Issue