fixes and improvements

exceptions related code needs work
This commit is contained in:
2021-07-22 23:57:42 +02:00
parent 977a9cd198
commit 6d4fe43a3b
15 changed files with 174 additions and 102 deletions

2
row.h
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();
}