Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PostHog/duckgres
/ writeReadyForQuery
Method
writeReadyForQuery
server/conn_results.go:519–525 ·
view source on GitHub ↗
(txStatus byte)
Source
from the content-addressed store, hash-verified
517
buf.WriteByte(
'\\'
)
518
}
519
buf.WriteRune(c)
520
}
521
buf.WriteByte(
'"'
)
522
}
else
{
523
buf.WriteString(s)
524
}
525
}
526
}
527
buf.WriteByte(
'}'
)
528
return
buf.String()
Callers
15
streamRowsToClient
Method · 0.95
handleCopy
Method · 0.95
handleCopyOut
Method · 0.95
handleCopyOutBinary
Method · 0.95
handleCopyIn
Method · 0.95
handleCopyInRemoteStreaming
Method · 0.95
handleCopyInCSVWithBlob
Method · 0.95
handleCopyInBinary
Method · 0.95
handlePgCursorsQuery
Method · 0.95
handleDeclareCursor
Method · 0.95
handleFetchCursor
Method · 0.95
handleCloseCursor
Method · 0.95
Calls
2
markActiveQueryMetricsError
Method · 0.95
WriteReadyForQuery
Function · 0.92
Tested by
no test coverage detected