Skip to content

Commit

Permalink
drivers added todo task
Browse files Browse the repository at this point in the history
  • Loading branch information
silverqx committed Jul 29, 2024
1 parent e833caa commit a9e6ef9
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ namespace Orm::Drivers::Support
{

#ifdef TINYDRIVERS_MYSQL_LOADABLE_LIBRARY
// FUTURE drivers I think the std::function_ref<> would/will be perfect for this, but it's since C++26 silverqx
/*! SQL loadable drivers' factory methods hash type. */
using DriverLoadedHashType = std::unordered_map<QString, std::function<SqlDriver *()>>;
/*! SQL loadable drivers' factory methods hash (used to check if driver is loaded too). */
Expand Down

0 comments on commit a9e6ef9

Please sign in to comment.