This commit is contained in:
Jack Christensen 2019-04-12 21:42:16 -05:00
parent f756d9d591
commit ec0bae649a

View File

@ -685,7 +685,7 @@ func quoteIdentifier(s string) string {
}
func (c *Conn) Ping(ctx context.Context) error {
_, err := c.Exec(ctx, ";", nil)
_, err := c.Exec(ctx, ";")
return err
}