2
0

Simplify Batch.Queue for prepared statements

This commit is contained in:
Jack Christensen
2019-04-20 11:29:28 -05:00
parent af1beca9a5
commit 1f010f412d
2 changed files with 19 additions and 5 deletions
+1 -1
View File
@@ -177,7 +177,7 @@ func TestConnBeginBatchWithPreparedStatement(t *testing.T) {
batch.Queue("ps1",
[]interface{}{5},
nil,
[]int16{pgx.BinaryFormatCode},
nil,
)
}