Skip to content

新增多表关联操作的事务处理;完善 JFinal 的 Demo

Compare
Choose a tag to compare
@TommyLemon TommyLemon released this 20 Aug 16:50
· 1566 commits to master since this release

Server:

新增支持多表关联操作的事务处理;
RemoteFunction 内强制校验远程函数必须符合 Function 表的配置;
Function 表新增 methods,tag,version 用于限制远程函数的使用范围;

非 DEBUG 模式下禁用 @ explain;
非 DEBUG 模式下不允许访问字段 debug 为 0 的表;
APIJSONBoot 升级 fastjson 版本,纠正版本号;
APIJSONFinal 与 APIJSONBoot 同步代码和依赖;

解决已执行 SQL 数量统计错误;
解决 DemoFunction 在 Function 表的 version 为 null 时测试不通过;
解决 DemoFunction.getFunctionCall 参数 arguments 为 null 时拼接错误;

优化代码;
废弃 @ correct;

ORM 升级版本为 3.7.0 并打新的 jar 包;

MySQL:

更新表;

文档:

完善对首页简介及通过用文档的英文翻译,感谢 @ruoranw 的贡献