Skip to content
Snippets Groups Projects
Commit 31a37b0b authored by Steven Murray's avatar Steven Murray
Browse files

Fixed second bug in uint-test insert_with_bindUint64

parent 59be105c
No related branches found
No related tags found
No related merge requests found
......@@ -193,7 +193,7 @@ TEST_P(cta_rdbms_StmtTest, insert_with_bindUint64) {
auto rset = stmt.executeQuery();
ASSERT_TRUE(rset.next());
const auto selectValue = rset.columnOptionalDouble("UINT64_COL");
const auto selectValue = rset.columnOptionalUint64("UINT64_COL");
ASSERT_TRUE((bool)selectValue);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment