mirror of
https://github.com/jackc/pgx.git
synced 2025-05-30 03:03:10 +00:00
Fix pgxpool Rows.CommandTag()
This commit is contained in:
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…
x
Reference in New Issue
Block a user