Commit Graph

5 Commits

Author SHA1 Message Date
silverqx
09592a7732 added GitHub Actions Linux, MSYS2 UCRT64, MSVC
- initial g++/clang build, ctest on MSYS2 UCRT64 on Windows Server 2022
 - initial cmake build/ctest on Ubuntu 20.40
 - initial cmake build/ctest on MSVC on Windows Server 2019

changed driver to QPSQL in tst_databasemanager

This avoids crash when QMYSQL driver's dll is unavailable.
QMYSQL driver is not shipped by default by Qt Windows MSVC installer.
2021-12-08 12:27:25 +01:00
silverqx
a71ba16800 fixed phpstorm warnings 2021-11-24 14:47:26 +01:00
silverqx
b19b88228f enhanced db seeder
When env. variables for some connection was not defined then do not
create/seed database for this connection.

 - connection to the database eagerly, before seeding starts
2021-11-24 14:39:28 +01:00
silverqx
335a64b9c8 added dotenv.sh example file 2021-09-15 20:06:01 +02:00
silverqx
0a433d3b4f moved testdata seeder to the tests/ folder 2021-09-04 16:36:19 +02:00