Skip to content
Snippets Groups Projects

ENH: Allow insertion and deletion of single entities

All threads resolved!
13 files
+ 41
109
Compare changes
  • Side-by-side
  • Inline

Files

+ 0
3
@@ -149,9 +149,6 @@ public:
@@ -149,9 +149,6 @@ public:
return ConnectionManager::GetInstance().mGetConnection(name);
return ConnectionManager::GetInstance().mGetConnection(name);
};
};
/**
* Get the connection marked by the "default" key in the configuration.
*/
inline static auto GetDefaultConnection()
inline static auto GetDefaultConnection()
-> const std::shared_ptr<Connection> & {
-> const std::shared_ptr<Connection> & {
return ConnectionManager::GetInstance().mGetDefaultConnection();
return ConnectionManager::GetInstance().mGetDefaultConnection();
Loading