FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for APIJSON-Java-Server/APIJSONDemo/src/main - popor/APIJSON · GitHub
popor
/
APIJSON
Public
forked from
APIJSON/APIJSON
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Breadcrumbs
History for
APIJSON
APIJSON-Java-Server
APIJSONDemo
src
main
on
master
User selector
Datepicker
Commit history
Commits on Nov 3, 2018
Server:新增Function,启动时自检;join不再强制副表传@column;join兼容PostgreSQL;解决join在主表为空对象时未解析为JOIN语句;解决server.JSONRequest未转换数组为JSONArray导致后面解析出错;Schema,Table,column都加引号解决Order等关键词作为表名出错;优化Admin角色的处理;优化远程函数;打包apijs…
Show description for 98d625c
TommyLemon
committed
98d625c
View commit details
Copy full SHA for 98d625c
View code at this point
Browse repository at this point
Commits on Sep 23, 2018
Server:自动化JOIN新增支持CROSS,SIDE;解决多个JOIN的WHERE条件拼接错误
TommyLemon
committed
509d245
View commit details
Copy full SHA for 509d245
View code at this point
Browse repository at this point
Commits on Sep 22, 2018
Server:DemoParser内parseCorrectRequest(JSONObject)抽象到AbstractParser
TommyLemon
committed
8592367
View commit details
Copy full SHA for 8592367
View code at this point
Browse repository at this point
Server:Parser新增getMaxQueryCount和getMaxUpdateCount,可重写方法来自定义最大查询数量和最大增删改数量
TommyLemon
committed
198d897
View commit details
Copy full SHA for 198d897
View code at this point
Browse repository at this point
Commits on Sep 9, 2018
Server:新增支持登录时传全局默认 格式化[]等特殊字符的配置 format:Boolean
TommyLemon
committed
4cd9e7e
View commit details
Copy full SHA for 4cd9e7e
View code at this point
Browse repository at this point
Commits on Aug 26, 2018
Server:新增PostgreSQL的表;Config和Executor针对PostgreSQL优化URI和tablePath
TommyLemon
committed
e46b792
View commit details
Copy full SHA for e46b792
View code at this point
Browse repository at this point
Server:新增对MySQL,PostgreSQL等多数据库支持功能的性能优化建议
TommyLemon
committed
44852d1
View commit details
Copy full SHA for 44852d1
View code at this point
Browse repository at this point
Server:支持一次请求MySQL,PostgreSQL等多种数据库的数据
TommyLemon
committed
156d20b
View commit details
Copy full SHA for 156d20b
View code at this point
Browse repository at this point
Server:新增支持全局默认@database
TommyLemon
committed
e63c066
View commit details
Copy full SHA for e63c066
View code at this point
Browse repository at this point
Server:判断数据库类型时忽略大小写
TommyLemon
committed
694810b
View commit details
Copy full SHA for 694810b
View code at this point
Browse repository at this point
Server:新增支持PostgreSQL数据库
TommyLemon
committed
17e3502
View commit details
Copy full SHA for 17e3502
View code at this point
Browse repository at this point
Commits on Jul 29, 2018
Server:优化JOIN相关代码,配置封装到Join类
TommyLemon
committed
67478ee
View commit details
Copy full SHA for 67478ee
View code at this point
Browse repository at this point
Commits on Jul 28, 2018
Server:新增JOIN,初步完成LEFT JOIN
TommyLemon
committed
cfbb978
View commit details
Copy full SHA for cfbb978
View code at this point
Browse repository at this point
Commits on Jul 12, 2018
Server:远程函数新增deleteChildComment来彻底删除评论的子评论及子评论的子评论
TommyLemon
committed
4c4ed82
View commit details
Copy full SHA for 4c4ed82
View code at this point
Browse repository at this point
Server:远程函数支持校验session,新增verifyIdList和verifyURLList
TommyLemon
committed
afe38fd
View commit details
Copy full SHA for afe38fd
View code at this point
Browse repository at this point
Commits on Jun 18, 2018
Server: 打包apijson-server2.6.0.jar; DemoFunction. getIdList兼容JDK 7
TommyLemon
committed
c2fa7d9
View commit details
Copy full SHA for c2fa7d9
View code at this point
Browse repository at this point
Server:远程函数key():function(...)新增优先级key-() > key() > key+(),优化Function执行后的报错
TommyLemon
committed
8e4d2db
View commit details
Copy full SHA for 8e4d2db
View code at this point
Browse repository at this point
Commits on Jun 14, 2018
Server:解决DemoFunction.isContain在array的值里面的元素类型和value的值的类型不同时return false,导致isContain((List<Long>) [82001,...], (Integer) 82001) == false及类似问题
TommyLemon
committed
f9a7c06
View commit details
Copy full SHA for f9a7c06
View code at this point
Browse repository at this point
Commits on Jun 10, 2018
Server:删除DemoFunction.test中抛异常测试用例
TommyLemon
committed
af62a9d
View commit details
Copy full SHA for af62a9d
View code at this point
Browse repository at this point
Server:优化远程函数,传入request作为第一个参数可最大化灵活实现不同类型的取值,且不用再传参数类型
TommyLemon
committed
ee93bfc
View commit details
Copy full SHA for ee93bfc
View code at this point
Browse repository at this point
Commits on Jun 2, 2018
Server:放宽Document的修改权限,解决APIJSONAuto不能更新测试标准;优化headVerify的代码,方便调试
TommyLemon
committed
749a8e1
View commit details
Copy full SHA for 749a8e1
View code at this point
Browse repository at this point
Commits on May 12, 2018
Server防SQL注入:编译模式下禁用key{}:"conditions"和@having:"conditions"
TommyLemon
committed
75227ad
View commit details
Copy full SHA for 75227ad
View code at this point
Browse repository at this point
Server防SQL注入:createStatement改为prepareStatement
TommyLemon
committed
c6fbf36
View commit details
Copy full SHA for c6fbf36
View code at this point
Browse repository at this point
Commits on Mar 1, 2018
Server:解决DemoVerifier传参visitor无效;删除DemoParser多余的参数;修正Controller login的注释错误
TommyLemon
committed
6946df3
View commit details
Copy full SHA for 6946df3
View code at this point
Browse repository at this point
Commits on Feb 4, 2018
Server:eclipse版和idea版合并为一个工程
TommyLemon
committed
5253f16
View commit details
Copy full SHA for 5253f16
View code at this point
Browse repository at this point
Loading
Back
|
FazBrowse Home
|
New Git URL