Skip to content

Commit

Permalink
don't recreate statement
Browse files Browse the repository at this point in the history
  • Loading branch information
paleolimbot committed Aug 13, 2024
1 parent 3975e2a commit 9c7c0b0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion c/driver/postgresql/postgresql_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1410,7 +1410,6 @@ TEST_F(PostgresStatementTest, ExecuteParameterizedQueryWithRowsAffected) {
ASSERT_THAT(ArrowArrayFinishBuildingDefault(bind.get(), nullptr),
adbc_validation::IsOkErrno());

ASSERT_THAT(AdbcStatementNew(&connection, &statement, &error), IsOkStatus(&error));
ASSERT_THAT(AdbcStatementSetSqlQuery(&statement,
"DELETE FROM adbc_test WHERE ints = $1", &error),
IsOkStatus(&error));
Expand Down

0 comments on commit 9c7c0b0

Please sign in to comment.