Version | Change log |
QxOrm 1.5.0 Aug 20, 2024 |
Fix qx::dao::fetch_by_id_with_relation() when a table alias is used (table alias is now used in the WHERE part instead of table name) Fix qx::IxDataMember::getType() method when used in a multi-thread environment New method qx::IxSqlRelation::linkRelationKeyTo() for MongoDB database to simulate lazy loading for relationships Fix qx::QxSqlDatabase and multi-thread issue when the OS assigns an old and destroyed thread identifier to a new one + add method qx::QxSqlDatabase::removeDatabaseByThread() to call at the end of a thread execution Fix qx::QxSimpleCrypt class with Qt version >= 5.10 and error "Attempted to overwrite a QRandomGenerator to system() or global()" Fix database not opened using async queries |
QxOrm 1.4.9 Jun 6, 2023 |