Qt 6.11 is out! See what's new in the release
blog
QxOrm 1.5.1 and QxEntityEditor 1.2.9 released (Qt ORM/ODM)
Showcase
1
Posts
1
Posters
413
Views
-
Hello,
QxOrm library 1.5.1 and QxEntityEditor application 1.2.9 just released.
QxOrm library 1.5.1 changes log :
- Support latest versions of Qt and boost (Qt 6.10 and boost 1.90) : fix compilation issues and remove several warnings
- Provide several development-ready Docker images and containers : SQLite, MySQL, MariaDB, PostgreSQL, MongoDB
- More details about QxOrm and Docker containers : https://hub.docker.com/u/qxorm
- Improve QxOrm JSON API : possibility to provide a query in JSON format (useful for MongoDB database)
- Fix error converting registered object from JSON with column filter
- Improve QxService and QxHttpServer modules : new class qx::service::QxConnectOther to define several connection parameters (for example to create several servers, GitHub #34)
- New method in qx::QxSqlQuery class named setFctOnAfterSqlExec() to define a custom callback function called after SQL query execution (can be used to get deleted items for example)
QxEntityEditor application 1.2.9 changes log :
- Update QxEntityEditor application dependencies : Qt 6.10, boost 1.90, QxOrm 1.5.1 on all environments (Windows, Linux and macOS)
- QxEntityEditor macOS version is now a *.dmg file
- Remove QxEntityEditor Windows 32 bits and Linux 32 bits versions
- Remove QxEntityEditor javascript debugger (due to Qt6 dependency) : print logs inside custom scripts to debug

You can download latest version of QxOrm library and QxEntityEditor application on QxOrm website.
QxOrm source code is also available on GitHub. -
Q qxorm marked this topic as a regular topic