Skip to content

远程函数key():function(...)新增优先级key-() > key() > key+();解决bug和其它优化;

Choose a tag to compare

@TommyLemon TommyLemon released this 18 Jun 12:19
· 2210 commits to master since this release

Server:
远程函数key():function(...)新增优先级key-() > key() > key+();
AbstractSQLExecutor新增onPutColumn和onPutTable,在DemoSQLExecutor重写可实现控制不返回某张表的某个字段等功能;

解决DemoFunction.isContain在array的值里面的元素类型和value的值的类型不同时return false,导致isContain((JSONArray) [82001,...], (Long) 82001) == false及类似问题;

优化Function执行后的报错;

打包apijson-server2.6.0.jar;