Skip to content
Draft

test #1552

Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -1246,6 +1246,7 @@ std::vector<BooleanBasicTestStruct> const kConversionFromBooleanTestData{
{SQL_C_TYPE_DATE, "0", SQL_ERROR},
};


void TestTranslationsFromBoolean(std::shared_ptr<ODBCHandles> conn,
std::string query) {
SQLRETURN status;
Expand Down
Loading