QxOrm 1.4.7 freeware
... and introspection from QxOrm library to transfer over network any class or structure. For more details on QxService module, a tutorial is available here. ...
Author | QxOrm |
Released | 2017-09-06 |
Filesize | 14.40 MB |
Downloads | 964 |
OS | Windows XP, Windows Vista, Windows Vista x64, Windows 7, Windows 7 x64, Windows 8, Windows 8 x64, Windows 10, Windows 10 x64 |
Installation | Instal And Uninstall |
Keywords | C++ library, ORM library, serialization provider, develop, development, serialization |
Users' rating (21 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.4.7 | Sep 6, 2017 | New Release | Fix a MongoDB issue with qxdaofetch_by_id_with_relation() (wrong id fetched) Fix an issue with qxdaofetch_all when a custom list of columns with the primary key is used Fix identifier JSON serialization for MongoDB with properties registered as Q_PROPERTY (Qt property meta system) Fix a crash (seg fault) using qxIxPersistable with multiple inheritance (for example QObject + qxIxPersistable) due to some static_cast to void * in QxFactory module (fix also for QxService module and multiple inheritance) |
1.4.5 | Sep 6, 2017 | New Release | Support MongoDB database : QxOrm library becomes a C++/Qt Object Document Mapper ODM library ! For more details about MongoDB integration, see QxOrm manual (https://www.qxorm.com/qxorm_en/manual.html#manual_95) and new sample project available in ./test/qxBlogMongoDB/ directory QxOrm library is now available on GitHub (official repository) : https://github.com/QxOrm/QxOrm Fix an issue in qx::IxSqlQueryBuilder class when QxOrm library is used in a multi-thread environment |
1.4.4 | Sep 6, 2017 | New Release | QxOrm library doesn't depend on boost framework anymore (the boost dependency has been fully removed, replaced by some C++11 features). So QxOrm library is now a pure Qt library which depends only on QtCore and QtSql by default. For backward compatibility, QxOrm library still supports some boost classes (boost smart-pointers, unordered containers, boost::optional, etc...) : you have to define _QX_ENABLE_BOOST compilation option to enable these features. |