FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for APIJSONORM - erickwang/APIJSON · GitHub
erickwang
/
APIJSON
Public
forked from
APIJSON/APIJSON
Notifications
You must be signed in to change notification settings
Fork
0
Star
1
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
APIJSON
APIJSONORM
on
master
User selector
Datepicker
Commit history
Commits on Apr 17, 2021
解决 > RIGHT JOIN, ^ SIDE JOIN, ! ANTI JOIN, ) FOREIGN JOIN 等不返回副表数据;解决 | FULL JOIN 返回的副表数据部分是错的
TommyLemon
committed
b900c58
View commit details
Copy full SHA for b900c58
View code at this point
Browse repository at this point
解决 JOIN 副表有 引用赋值 外的条件时因为缓存 SQL WHERE 中条件顺序不一致导致多余查询
TommyLemon
committed
6f80013
View commit details
Copy full SHA for 6f80013
View code at this point
Browse repository at this point
Commits on Apr 10, 2021
对JSONResponse.java中的formatHyphen方法的优化
403f
committed
f4d8775
View commit details
Copy full SHA for f4d8775
View code at this point
Browse repository at this point
Commits on Apr 6, 2021
AbstractSQLExecutor 优化增删改未成功也未抛异常的 code 和 msg;AbstractParser 优化请求及响应的日志打印;AbstractSQLConfig 优化 key$ 的格式校验
TommyLemon
committed
8cf170c
View commit details
Copy full SHA for 8cf170c
View code at this point
Browse repository at this point
fix: 添加异常信息控制静态变量,改造两层错误码问题
Show description for 873afa8
iceewei
committed
873afa8
View commit details
Copy full SHA for 873afa8
View code at this point
Browse repository at this point
feat: 添加异常信息控制静态变量,改造两层错误码问题
Show description for 635d241
iceewei
committed
635d241
View commit details
Copy full SHA for 635d241
View code at this point
Browse repository at this point
Commits on Apr 5, 2021
错误码只在最外层返回,逻辑统一
iceewei
committed
737aa73
View commit details
Copy full SHA for 737aa73
View code at this point
Browse repository at this point
错误码只在最外层返回,逻辑统一
iceewei
committed
3d21063
View commit details
Copy full SHA for 3d21063
View code at this point
Browse repository at this point
升级版本号为 4.6.6
TommyLemon
committed
8a6672b
View commit details
Copy full SHA for 8a6672b
View code at this point
Browse repository at this point
SQL 函数白名单新增 length;key$ 模糊搜索不允许连续的 %;AbstractSQLExecutor 新增 getKey 方法;新增待实现关键词 @null;删除 Structure.java, Operation 中 NECESSARY, DISALLOW 等已废弃的部分代码
TommyLemon
committed
fe65470
View commit details
Copy full SHA for fe65470
View code at this point
Browse repository at this point
Commits on Mar 27, 2021
【安全】:调用 SQL 函数只允许用后端已配置的,避免 sleep(10) 这种命令函数导致数据库异常
TommyLemon
committed
bae6feb
View commit details
Copy full SHA for bae6feb
View code at this point
Browse repository at this point
【安全】:加强对 JOIN 相关键值对的校验;加强对命名的校验
TommyLemon
committed
386a02f
View commit details
Copy full SHA for 386a02f
View code at this point
Browse repository at this point
Commits on Mar 20, 2021
删除已废弃的 Test 类的相关代码
TommyLemon
committed
ba68844
View commit details
Copy full SHA for ba68844
View code at this point
Browse repository at this point
升级版本号为 4.6.1
TommyLemon
committed
0a2cbc1
View commit details
Copy full SHA for 0a2cbc1
View code at this point
Browse repository at this point
解决对 Response 校验只对最外层生效;移除已废弃的 StructureUtil 和 Test 的相关代码
TommyLemon
committed
a32d5f4
View commit details
Copy full SHA for a32d5f4
View code at this point
Browse repository at this point
Commits on Feb 6, 2021
解决表对象当表名有别名时被当成普通对象导致查不到数据
TommyLemon
committed
4858f02
View commit details
Copy full SHA for 4858f02
View code at this point
Browse repository at this point
Commits on Jan 31, 2021
升级版本号为 4.6.0
TommyLemon
committed
9cd4487
View commit details
Copy full SHA for 9cd4487
View code at this point
Browse repository at this point
【性能】通过缓存及复用数组主表 ObjectParser 来大幅提升查询数组的性能
TommyLemon
committed
a406242
View commit details
Copy full SHA for a406242
View code at this point
Browse repository at this point
Commits on Jan 30, 2021
增强安全:对 DELETE 和 PUT 强制加 LIMIT;简化包含选项的写法:解决 "key<>": "a" 这种包含字符串的格式报错 Data truncation: Invalid JSON text,原来必须里面再用 "" 包装一次,JSON 中还得转义,现在直接写即可;
TommyLemon
committed
6831cb6
View commit details
Copy full SHA for 6831cb6
View code at this point
Browse repository at this point
解决 "toId%": "0,10" 等连续范围报错 value 类型不合法;解决 "id{}@": "[]/Moment/praiseUserIdList" 等引用赋值的值有时类型为 List 时报错 ArrayList cannot be cast to JSONArray;
TommyLemon
committed
cf1cca0
View commit details
Copy full SHA for cf1cca0
View code at this point
Browse repository at this point
通过减少不必要的 newSQLConfig 及 getSQL 等步骤来大幅提升数组内主表的查询性能
TommyLemon
committed
bb4896d
View commit details
Copy full SHA for bb4896d
View code at this point
Browse repository at this point
Commits on Jan 23, 2021
优化全局默认参数的解析性能
TommyLemon
committed
b7d1fef
View commit details
Copy full SHA for b7d1fef
View code at this point
Browse repository at this point
解决某些情况下解析 引用赋值 出错 throw NullPointerException 或 IndexOutOfBoundsException
TommyLemon
committed
bbcf05e
View commit details
Copy full SHA for bbcf05e
View code at this point
Browse repository at this point
解决异常情况下未及时释放资源
TommyLemon
committed
f05df3a
View commit details
Copy full SHA for f05df3a
View code at this point
Browse repository at this point
Commits on Jan 20, 2021
Add javax.activation dependencies to pom.xml
Show description for 7c31719
sunxiaoguang
committed
7c31719
View commit details
Copy full SHA for 7c31719
View code at this point
Browse repository at this point
Commits on Jan 16, 2021
解决高并发情况下参数校验规则可能因为执行过程 remove 了部分操作关键词导致校验出错
TommyLemon
committed
8fd88e0
View commit details
Copy full SHA for 8fd88e0
View code at this point
Browse repository at this point
fastjson 版本降到 1.2.74;项目版本升到 4.5.1
TommyLemon
committed
1f52927
View commit details
Copy full SHA for 1f52927
View code at this point
Browse repository at this point
Commits on Jan 12, 2021
Upgrade fastjson
github-ganyu
committed
1530864
View commit details
Copy full SHA for 1530864
View code at this point
Browse repository at this point
Optimize some code
github-ganyu
committed
451fbdf
View commit details
Copy full SHA for 451fbdf
View code at this point
Browse repository at this point
Commits on Dec 28, 2020
Update pom.xml
TommyLemon
authored
297c251
View commit details
Copy full SHA for 297c251
View code at this point
Browse repository at this point
Commits on Dec 26, 2020
Update pom.xml
TommyLemon
authored
5a51f88
View commit details
Copy full SHA for 5a51f88
View code at this point
Browse repository at this point
升级版本号为 4.4.6
TommyLemon
committed
945f6e4
View commit details
Copy full SHA for 945f6e4
View code at this point
Browse repository at this point
解决 REFUSE 值为 "!" 时因为没有匹配 MUST,而是匹配了 NECESSARY 导致判断出错
TommyLemon
committed
991b5fb
View commit details
Copy full SHA for 991b5fb
View code at this point
Browse repository at this point
解决 REQUEST_MAP 缓存中的 strcuture 在校验参数抛异常后未被还原,导致后续解析丢了部分配置
TommyLemon
committed
5cf01bc
View commit details
Copy full SHA for 5cf01bc
View code at this point
Browse repository at this point
解决 PUT 请求传 @key:[] 被当成表字段然后解析报错
TommyLemon
committed
3e86b09
View commit details
Copy full SHA for 3e86b09
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL