Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. 3rd Party Software
  4. [Qt ORM] QxOrm 1.4.5 and QxEntityEditor 1.2.3 released : support MongoDB database and code source now on GitHub
Forum Updated to NodeBB v4.3 + New Features

[Qt ORM] QxOrm 1.4.5 and QxEntityEditor 1.2.3 released : support MongoDB database and code source now on GitHub

Scheduled Pinned Locked Moved Solved 3rd Party Software
1 Posts 1 Posters 1.6k Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • Q Offline
    Q Offline
    qxorm
    wrote on 5 Sept 2018, 15:59 last edited by qxorm 9 May 2018, 16:02
    #1

    Hello,

    QxOrm library 1.4.5 and QxEntityEditor application 1.2.3 just released : https://www.qxorm.com/

    QxOrm library 1.4.5 changes log :

    • 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
    • Support latest version of boost (1.66)
    • Update boost portable binary serialization classes to version 5.1 (provided by https://archive.codeplex.com/?p=epa)
    • Fix an issue building SQL query for Oracle database (doesn't support AS keyword for table alias)
    • Improve qx::QxClassX::registerAllClasses() function : possibility to initialize all relations (useful to work with introspection engine)
    • Improve qx::IxPersistable interface : provide new methods toJson() / fromJson()
    • Improve documentation/website : change http://www.qxorm.com by https://www.qxorm.com everywhere
    • Fix fetching relations with soft delete putting SQL condition in the JOIN part instead of WHERE part
    • Fix SQL generator for Oracle database : use new limit/pagination syntax (version Oracle > 12.1)
    • Improve SQL generator interface : add 'onBeforeSqlPrepare()' method to modify/log SQL queries in custom classes
    • Add an option in qx::QxSqlDatabase class to format SQL query (pretty-printing) before logging it (can be customized creating a qx::dao::detail::IxSqlGenerator sub-class)
    • Fix an issue with boost/std::optional (to manage NULL database values) and some databases : if optional is empty, then create a NULL QVariant based on QVariant::Type
    • Add an option in qx::QxSqlDatabase class to insert square brackets (or any other delimiters) in SQL queries for table name and/or column name (to support specific database keywords)
    • Improve introspection engine : add getType() method in qx::IxDataMember interface to get C++ type of a property dynamically
    • Improve qx::QxSqlDatabase singleton settings class to make easier working with several databases : now there are 3 levels of settings : global >> per thread >> per database (see 'bJustForCurrentThread' and 'pJustForThisDatabase' optional parameters in all setXXXX() methods)
    • Fix QxOrm.pri for MinGW compiler on Windows : an issue could occurred to export some symbols from shared library (some Qt signals for example)
    • Add an option in qx::QxSqlDatabase singleton class to display only slow SQL queries (see setTraceSqlOnlySlowQueriesDatabase() and setTraceSqlOnlySlowQueriesTotal() methods)

    QxEntityEditor application 1.2.3 changes log :

    • Fix a crash which appears sometimes with complex database schema to draw relationships (orthogonal way)
    • Improve QxEntityEditor command line parameters : possibility to import/export without using GUI (useful to manage a Jenkins server for example)
    • For more details about command line parameters, go to QxEntityEditor documentation : https://www.qxorm.com/qxorm_en/manual_qxee.html#qxee_command_line

    alt text

    You can download latest version of QxOrm library and QxEntityEditor application on QxOrm website : https://www.qxorm.com/

    Regards,

    Lionel Marty - QxOrm library

    1 Reply Last reply
    4

    1/1

    5 Sept 2018, 15:59

    • Login

    • Login or register to search.
    1 out of 1
    • First post
      1/1
      Last post
    0
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Get Qt Extensions
    • Unsolved