usql update

This commit is contained in:
2021-07-27 18:07:20 +02:00
parent 513c8da358
commit 281f7d8700
14 changed files with 290 additions and 169 deletions

View File

@@ -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();
}