usql update

This commit is contained in:
2022-01-16 19:54:19 +01:00
parent a45423692e
commit c01571bb84
13 changed files with 347 additions and 274 deletions

View File

@@ -108,10 +108,10 @@ private:
private:
bool m_uniq;
std::string m_index_name;
std::string m_column_name;
std::string m_index_name;
std::string m_column_name;
ColumnType m_data_type;
bool m_uniq;
std::map<IndexValue, std::vector<rowid_t> > m_index;
};