TreeFrog Framework v1.6.1 Release Notes

    • Fix a bug of generating user models.
    • Fix a bug of case-sensitivity of field names in DB tables.
    • Fix compile error when the 'gui_mod' flag is on.
    • Fix a bug of the 'TSql::In' statement used.
    • Performance improvement.
    • Added a class for KVS exception, KvsException.
    • Added a function for 'POP brefore SMTP' auth.
    • Added methods for TSqlORMapper, findFirstBy(), findCount(), findBy() and findIn().
    • Mac: Fix a bug of including path of appbase.pri.
    • MongoDB: Added functions for MongoDB access, findById(), removeById() and updateById().
    • MongoDB: Fix a bug of updateMulti() method in TMongoQuery class.
    • MongoDB: Added numDocsAffected() function into the TMongoQuery class.
    • MongoDB: Modified to generate a ObjectId on client.