go fmt
This commit is contained in:
@@ -295,7 +295,7 @@ func (c *Connection) Execute(sql string) (commandTag string, err error) {
|
||||
case rowDescription:
|
||||
case dataRow:
|
||||
case commandComplete:
|
||||
commandTag = r.readString()
|
||||
commandTag = r.readString()
|
||||
default:
|
||||
if err = c.processContextFreeMsg(t, r); err != nil {
|
||||
return
|
||||
|
||||
+1
-1
@@ -16,7 +16,7 @@ const (
|
||||
dataRow = 'D'
|
||||
commandComplete = 'C'
|
||||
errorResponse = 'E'
|
||||
noticeResponse = 'N'
|
||||
noticeResponse = 'N'
|
||||
)
|
||||
|
||||
type startupMessage struct {
|
||||
|
||||
Reference in New Issue
Block a user