mirror of
https://github.com/silverqx/TinyORM.git
synced 2026-02-11 04:49:15 -06:00
- 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