2
0

Add single round-trip mode for ExecEx

This commit is contained in:
Jack Christensen
2017-05-29 09:11:52 -05:00
parent 2e2c2ad778
commit dd5de3e49e
3 changed files with 143 additions and 43 deletions
+1
View File
@@ -348,6 +348,7 @@ func (c *Conn) QueryRow(sql string, args ...interface{}) *Row {
}
type QueryExOptions struct {
ParameterOids []pgtype.Oid
SimpleProtocol bool
}