- removed all occurrences of QT_NO_DEBUG_OUTPUT, it is up to user
- TINYORM_DEBUG_SQL is enabled in debug builds and TINYORM_NO_DEBUG_SQL
in release builds, user still can override debug build with
TINYORM_NO_DEBUG_SQL
- enhanced debug output in DatabaseConnection class
- added driverNamePrintable(), databaseName(), hostName() to
DB/DatabaseManager/DatabaseConnection
- logquery added to NS and created library class for it
Added CONFIG option inline_constants/extern_constants, in shared library
build is used extern_constants option ( can be overridden by
inline_constants option ) and in static library build is used
inline_constants option ( can not be overridden, extern constants cause
crash ).
- refactored exports in TinyUtils
- bugfix on tst_version for static build
conf.pri user configuration files moved to the bottom of .pro/.pri
files, so an user can override everything.
- bugfix PCH in tests was not closed in the precompile_header check