exceptions related code needs work
@@ -82,7 +82,7 @@ namespace usql {
return *m_columns[i];
}
ColValue * ithColumn(int i) const {
ColValue * ith_column(int i) const {
return m_columns[i].get();
The note is not visible to the blocked user.