Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. General talk
  3. Announcements
  4. [Qt Ambassador] QxOrm 1.2.1 released
Forum Updated to NodeBB v4.3 + New Features

[Qt Ambassador] QxOrm 1.2.1 released

Scheduled Pinned Locked Moved Announcements
1 Posts 1 Posters 1.7k 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 last edited by
    #1

    Hi,

    QxOrm 1.2.1 released :


    Changes in version 1.2.1:

    • Improve qx::QxSqlQuery class : new engine to build queries without writing SQL, for more details, see the FAQ : How to build a query without writing SQL with the class qx::QxSqlQuery ?
    • Improve qx::QxSession class : provide persistent methods (CRUD) without using qx::dao functions, for more details, see the FAQ : How to use a session (qx::QxSession class) to manage automatically database transactions (using C++ RAII) ?
    • Implement repository pattern to provide a common interface for persistent methods (CRUD) with 3 new classes : qx::IxRepository, qx::QxRepository<T> and qx::QxRepositoryX
    • Possibility to serialize a QVariant UserType with serialization engine of QxOrm library
    • Improve thread-safe qx::cache : add insertion date-time into the cache to verify that an element must be updated or not, for more details, see the FAQ : How to use the cache (functions into namespace qx::cache) of QxOrm library ?
    • FAQ updated on QxOrm website with now 28 questions and answers : http://www.qxorm.com/qxorm_en/faq.html

    For more informations about QxOrm library : http://www.qxorm.com/

    1 Reply Last reply
    0

    • Login

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