work on settings (set and show), perf improvement when adding row into table

This commit is contained in:
2021-08-09 14:15:42 +02:00
parent 474b789d12
commit 710531c455
13 changed files with 124 additions and 49 deletions

View File

@@ -66,6 +66,7 @@ namespace usql {
}
}
Row &Row::operator=(Row other) {
std::swap(m_columns, other.m_columns);
return *this;