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