Skip to content

Commit

Permalink
drivers enhanced SQL drivers loading at runtime
Browse files Browse the repository at this point in the history
Added TinyMySqld basename for trying to load.
  • Loading branch information
silverqx committed Apr 7, 2024
1 parent 5619d73 commit 0620d77
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions drivers/common/src/orm/drivers/support/sqldriverfactory_p.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,9 @@ namespace
driverBasenameLib % 'd'_L1, // libTinyMySqld.so
#endif
driverBasenameLib, // libTinyMySql.so
#if defined(TINYDRIVERS_DEBUG) && !defined(TINY_QMAKE_BUILD)
driverBasenameRaw % 'd'_L1, // TinyMySqld.so
#endif
/* As the last, try to load from the raw basename without any postfixes,
we don't use this but it can be helpful in some situations. */
driverBasenameRaw, // TinyMySql.so
Expand Down

0 comments on commit 0620d77

Please sign in to comment.