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

The cta_rdbms_StmtTest.insert_with_bindString unit-test now include MySQL

parent 0499c320
No related branches found
No related tags found
No related merge requests found
......@@ -275,10 +275,6 @@ TEST_P(cta_rdbms_StmtTest, insert_with_bindUint64_2_pow_64_minus_1_not_mysql) {
TEST_P(cta_rdbms_StmtTest, insert_with_bindString) {
using namespace cta::rdbms;
if(m_login.dbType == Login::DBTYPE_MYSQL) {
return;
}
const std::string insertValue = "value";
// Insert a row into the test table
......
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