Page 1 of 1

QxOrm 1.2.3 released

PostPosted: Thu Mar 29, 2012 3:53 pm
by QxOrm admin
Hi,

QxOrm 1.2.3 released :

----

Changes in version 1.2.3:
- New interface 'qx::IxPersistable' (abstract class) to simplify polymorphism using QxOrm library : http://www.qxorm.com/doxygen/html/class ... table.html
- For more details about this new interface, goto the FAQ : 'How to use qx::IxPersistable interface ?' : http://www.qxorm.com/qxorm_en/faq.html#faq_260
- New methods into 'qx::IxCollection' interface to iterate over each items without knowing its type : http://www.qxorm.com/doxygen/html/class ... ction.html
- New option into 'QxOrm.pri' file to build QxOrm library statically (see '_QX_STATIC_BUILD' option)
- New triggers : 'qx::dao::on_before_fetch' and 'qx::dao::on_after_fetch' (for more details, goto the FAQ : 'How to define a Trigger with QxOrm ?')
- Add 'std::type_info' class information to introspection engine
- Some minor bugs fixed ('qx::dao::sql_error' exception message, SQL query column alias, mutex, etc.)


----

Re: QxOrm 1.2.3 released

PostPosted: Sun Apr 01, 2012 10:16 am
by Davita
Great news, thank you very much :)