Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Unsolved

    [Qt Ambassador] QxOrm 1.1.9 released

    Announcements
    1
    1
    1275
    Loading More Posts
    • 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
      qxorm last edited by

      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 Reply Quote 0
      • First post
        Last post