Skip to content
Snippets Groups Projects
Commit ef28ad66 authored by Riccardo Maria Bianchi's avatar Riccardo Maria Bianchi :sunny: Committed by Johannes Junggeburth
Browse files

Fix errors from git rebase

parent 83065ea8
No related branches found
No related tags found
1 merge request!327New schema for the GeoModel SQLite database and updated I/O
Pipeline #7626825 failed
......@@ -308,7 +308,7 @@ class GMDBManager {
std::unordered_map<unsigned int, std::string> getAll_TableIDsNodeTypes();
std::unordered_map<std::string, unsigned int> getAll_NodeTypesTableIDs();
std::vector<std::vector<std::string>> getTableRecords(const std::string_view tableName) const;
std::vector<std::vector<std::string>> getTableRecords_String(const std::string_view tableName) const;
DBRowEntry getTableRecords_VecData(const std::string_view tableName) const;
DBRowsList getTableRecords_VecVecData(const std::string_view tableName) const;
......@@ -405,8 +405,6 @@ class GMDBManager {
int getTableColIndex(const std::string &tableName,
const std::string &colName);
bool storeRootVolume(const unsigned int &id, const std::string &nodeType);
std::string m_dbpath;
bool m_debug;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment