Skip to content
This repository has been archived by the owner on Dec 16, 2022. It is now read-only.

Commit

Permalink
prepare_statement: dummy commit.
Browse files Browse the repository at this point in the history
Signed-off-by: pradip parmar <[email protected]>
  • Loading branch information
princeparmar committed Jan 17, 2020
1 parent bdf463d commit 5c05f6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go/test/endtoend/preparestmt/stmt_methods_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ func TestInsertUpdateDelete(t *testing.T) {
dbo := Connect(t)
defer dbo.Close()
// prepare insert statement
insertStmt := `insert into ` + tableName + ` values(?, ?, ?, ?, ?, ?, ?,
insertStmt := `insert into ` + tableName + ` values( ?, ?, ?, ?, ?, ?, ?,
?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?);`

textValue := fake.FullName()
Expand Down

0 comments on commit 5c05f6e

Please sign in to comment.