Fix pgxpool Rows.CommandTag()

pull/636/head
Jack Christensen 2019-10-21 13:56:32 -05:00
parent aed55f0dee
commit 0d8dcd87b0
1 changed files with 1 additions and 1 deletions

View File

@ -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 {