Skip to content

V1.7.2 More enhance.

Compare
Choose a tag to compare
@automvc automvc released this 03 May 00:50
· 1426 commits to master since this release

V1.7.2
support set the default naming translate type by config.
enhance function of BeeFactory.
adjust the format of SQL log.
support set the date format by config.
move test/example to new project bee-exam.
add class FileLogger for write the log in file.
support control print log level or not by config.
enhance test case/example.
support generate the file according to template.
add method delete(T entity, Condition condition) in Suid.
support setting not allowed delete whole records in one table while Object Oriented way.
SuidRich add 2 methods:
updateBy(T entity,String whereFields,Condition condition)
update(T entity,String updateFields,Condition condition)
add nocache config support.
add method setAdd,setMultiply in Condition for set value in SQL update.