googleapis / googleapis/cpp-bigquery-odbc
Statement execution integration tests refactor
Open
priority: p2
type: bug
- Dominant language
- C++
- Stars
- 5
- Forks
- 6
- Avg merge
- 8d 7h
- Merged PRs (30d)
- 12
Description
Tests utils in [statement.cc](https://github.com/googleapis/cpp-bigquery-odbc/blob/main/google/cloud/odbc/testing/odbc_utils/statement.cc) like `InsertStatement`, `InsertDirectStatement` and `InsertStatementUsingDescriptor ` should be refactored:
1) The signature should be something like `(std::shared_ptr conn, std::string query,
std::vector data)` similar to `InsertDataWithSqlPut`.
2) The caller should verify the inserted data by fetching.
Contributor guide
Assessment
This issue has not been assessed yet.