Skip to content

Commit

Permalink
moved todo task down
Browse files Browse the repository at this point in the history
  • Loading branch information
silverqx committed Aug 10, 2022
1 parent aaf5038 commit f0520f8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/orm/databasemanager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ DatabaseManager::~DatabaseManager() = default;

std::shared_ptr<DatabaseManager> DatabaseManager::m_instance;

// FUTURE add support for ::read and ::write db connections silverx
// TODO implement RepositoryFactory silverqx
DatabaseManager::DatabaseManager(const QString &defaultConnection)
{
Configuration::defaultConnection = defaultConnection;
Expand Down Expand Up @@ -871,3 +869,6 @@ void DatabaseManager::checkInstance()
} // namespace Orm

TINYORM_END_COMMON_NAMESPACE

// FUTURE add support for ::read and ::write db connections silverx
// TODO implement RepositoryFactory silverqx

0 comments on commit f0520f8

Please sign in to comment.