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.1.9 released

[Qt Ambassador] QxOrm 1.1.9 released

Scheduled Pinned Locked Moved Announcements
1 Posts 1 Posters 1.4k Views
  • 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.1.9 released :


    Changes in version 1.1.9:

    • Possibility to register automatically Qt meta-properties (using Q_PROPERTY macro) to QxOrm context without writing mapping function per class (void qx::register_class<T>())
    • Strong integration with Qt introspection/moc engine : for more details about this new feature, goto the FAQ ("How to register automatically Qt meta-properties to QxOrm context ?":http://www.qxorm.com/qxorm_en/faq.html#faq_200)
    • Improve introspection/reflection engine : see the FAQ ("How to use introspection engine (or reflection engine) of QxOrm library ?":http://www.qxorm.com/qxorm_en/faq.html#faq_190) for more details
    • Possibility to add meta-data (using a property bag) to introspection engine : see "IxClass":http://www.qxorm.com/doxygen/html/classqx_1_1_ix_class.html, "IxDataMember":http://www.qxorm.com/doxygen/html/classqx_1_1_ix_data_member.html and "IxFunction":http://www.qxorm.com/doxygen/html/classqx_1_1_ix_function.html classes for more details
    • Add function 'qx::QxClassX::dumpSqlSchema()' to explain how to create your own SQL schema based on C++ classes
    • New class "qx::QxSimpleCrypt":http://www.qxorm.com/doxygen/html/classqx_1_1_qx_simple_crypt.html to provide encryption/decryption (thanks very much to Andre Somers) : so it's now possible to store encrypted data into database without using an external library
    • "QxService module":http://www.qxorm.com/doxygen/html/group___qx_service.html : new feature to encrypt/decrypt data before transfering it over network

    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