2
0
This commit is contained in:
Jack Christensen
2019-04-12 21:42:16 -05:00
parent f756d9d591
commit ec0bae649a
+1 -1
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
}