usql update
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user