QxOrm 1.5.0 freeware
QxOrm is a powerful C++ library designed to simplify the management of object-relational mapping (ORM) in applications. It provides a seamless interface for developers to interact with databases, allowing for efficient data manipulation and retrieval. With its lightweight architecture and extensive features, QxOrm supports various database systems and offers robust serialization capabilities. Ideal for both novice and experienced developers, it streamlines database operations while maintaining h ... ...
Author | QxOrm |
Released | 2024-08-20 |
Filesize | 19.50 MB |
Downloads | 1137 |
OS | Windows 10 32/64 bit |
Installation | Instal And Uninstall |
Keywords | ORM library, ORM, persistence, QxOrm, develop, C++ library, serialization, C++, database, development, object-relational mapping, cross-platform, serialization provider |
Users' rating (32 rating) |
QxOrm Free Download - we do not host any QxOrm torrent files or links of QxOrm on rapidshare.com, depositfiles.com, megaupload.com etc. All QxOrm download links are direct QxOrm download from publisher site or their selected mirrors.
1.5.0 | Aug 20, 2024 | New Release | 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 |
1.4.9 | Jun 6, 2023 | New Release | |
1.4.8 | Feb 13, 2021 | New Release | Support Qt6 (tested with MSVC 2019 + CMake 3.19 on Windows) ==> QxOrm library is compatible with Qt4, Qt5 and Qt6 Support PIMPL idiom for persistent classes (useful to reduce compilation times, to provide a stable ABI, ascendant compatibility for shared libraries, to reduce binaries size) Documentation about PIMPL idiom for persistent classes : https://www.qxorm.com/qxorm_en/manual.html#manual_455 New sample project named qxBlogPImpl in ./test/ directory of QxOrm package to show how to implement persistent classes using the PIMPL idiom Possibility to ignore soft delete behavior during a session execution (useful to fetch logical deleted instances for example) : qx::QxSession::ignoreSoftDelete() Fix SQL DISTINCT keyword in qx::QxSqlQuery class (when DISTINCT is used, then the primary key is not fetched) Fix an issue which could happen after enabling _QX_ENABLE_QT_NETWORK compilation option (due to QT_NO_SSL/QT_NO_OPENSSL used in QxThread.cpp file) |