exceptions related code needs work
@@ -6,7 +6,7 @@ namespace usql {
Row::Row(int cols_count) {
m_columns.reserve(cols_count);
for (int i = 0; i < cols_count; i++) {
m_columns.push_back(std::make_unique<ColValue>());
m_columns.push_back(std::make_unique<ColNullValue>());
}
The note is not visible to the blocked user.