FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for APIJSONORM - NeoTim/APIJSON · GitHub
NeoTim
/
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
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 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
@column 和 @having 不允许注释符 /*
TommyLemon
committed
d7905ff
View commit details
Copy full SHA for d7905ff
View code at this point
Browse repository at this point
返回字段 @column 支持 (balance)*100 和 length(content)%2=0 这种 字段 或 SQL 函数 后拼接数字比较表达式
TommyLemon
committed
2b19a12
View commit details
Copy full SHA for 2b19a12
View code at this point
Browse repository at this point
升级版本号至 4.4.5
TommyLemon
committed
71f9043
View commit details
Copy full SHA for 71f9043
View code at this point
Browse repository at this point
通过缓存 Request 校验规则来大幅提升增删改等非开放请求的性能;解决 关闭权限验证情况下批量新增、批量修改依然会验证权限 https://github.com/Tencent/APIJSON/issues/164
TommyLemon
committed
22ed7cc
View commit details
Copy full SHA for 22ed7cc
View code at this point
Browse repository at this point
Commits on Dec 13, 2020
优化匹配条件范围的报错提示;
TommyLemon
committed
7fa6ac1
View commit details
Copy full SHA for 7fa6ac1
View code at this point
Browse repository at this point
匹配条件范围 key{}:"表达式" 不允许连续减号 --;升级项目版本号
TommyLemon
committed
b47140b
View commit details
Copy full SHA for b47140b
View code at this point
Browse repository at this point
@raw 支持 key:value 和 @having;@having 和 @column 一样支持 function(arg,&char,!) 中包含不符合 字段命名 的字符;优化代码和报错提示;
TommyLemon
committed
3dc9dd1
View commit details
Copy full SHA for 3dc9dd1
View code at this point
Browse repository at this point
存储过程 @procedure():"fun(key0,key1..)" 返回格式中去掉 key 的 @ 前缀;取消支持 key? 这种正则匹配方式,全面用 key~ 替代;优化代码
TommyLemon
committed
d959c6c
View commit details
Copy full SHA for d959c6c
View code at this point
Browse repository at this point
原始 SQL 片段 @raw:"key" 新增支持条件范围 key{}: "(`Comment`.`userId`=`to`.`userId`)"、比较运算 key>: "to.momentId"、过滤字段 @column: "SUBSTRING_INDEX(SUBSTRING_INDEX(content,',',1),',',-1)"
TommyLemon
committed
278ff6d
View commit details
Copy full SHA for 278ff6d
View code at this point
Browse repository at this point
Commits on Dec 8, 2020
解决 "isPraised-()": "isContain(praiseUserIdList,userId)" 这种有前置执行 远程函数 的表对象可能返回没有表数据的对象,只有 { "isPraised": true } 这种无意义的对象
TommyLemon
committed
264781e
View commit details
Copy full SHA for 264781e
View code at this point
Browse repository at this point
Commits on Dec 1, 2020
解决 Windows mysql-5.6.26-winx64 等低于 5.7 的 MySQL 可能 id{}: [0] 生成 id IN(0) 触发 MySQL bug 导致忽略 IN 条件
TommyLemon
committed
9d4bd7b
View commit details
Copy full SHA for 9d4bd7b
View code at this point
Browse repository at this point
Commits on Nov 28, 2020
数据和结构校验类 Structure 整合到 AbstractVerifier;AbstractParser 中 IdCallback 相关方法移到 AbstractVerifier;AbstractParser 优化代码避免 NPE;
TommyLemon
committed
e424085
View commit details
Copy full SHA for e424085
View code at this point
Browse repository at this point
dbUri 完全交给用户控制,不再针对 MySQL 版本号来自动配置参数;升级版本号为 4.3.0
TommyLemon
committed
bc135fb
View commit details
Copy full SHA for bc135fb
View code at this point
Browse repository at this point
Commits on Nov 21, 2020
Update README.md
TommyLemon
authored
076b3fe
View commit details
Copy full SHA for 076b3fe
View code at this point
Browse repository at this point
新增 APIJSONORM 的远程依赖文档
TommyLemon
committed
e656258
View commit details
Copy full SHA for e656258
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL