FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for APIJSONORM - newcodeio/APIJSON · GitHub
newcodeio
/
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 Oct 25, 2021
删除多余且未实际用上的的 Response.java
TommyLemon
committed
0ca17e6
View commit details
Copy full SHA for 0ca17e6
View code at this point
Browse repository at this point
新增支持 CASE WHEN,例如 (CASE WHEN sex * 1 = 0 THEN '男' WHEN sex >= 1 THEN '女' ELSE '其它' END);解决通过 `_key` 绕过隐藏字段校验
TommyLemon
committed
8b00c69
View commit details
Copy full SHA for 8b00c69
View code at this point
Browse repository at this point
新增支持 @column:"cast(`date` AS TIME)" 这种在函数内 `key` 与关键词等组合的格式
TommyLemon
committed
b1522c6
View commit details
Copy full SHA for b1522c6
View code at this point
Browse repository at this point
新增支持 @column:"`key`" 反引号指定字段名
TommyLemon
committed
ad412fc
View commit details
Copy full SHA for ad412fc
View code at this point
Browse repository at this point
AbstractSQLConfig.preparedValueList 修饰符改为 protected 方便子类重写来实现兼容 Oracle DATETIME,TIMESTAMP 等日期时间类型,对应 POST/PUT to_date(?,'yyyy-mm-dd hh24:mi:ss')
TommyLemon
committed
bac5eab
View commit details
Copy full SHA for bac5eab
View code at this point
Browse repository at this point
AbstractSQLConfig.getValue 修饰符 private 改为 protected 方便子类重写来实现兼容 Oracle DATETIME 等类型,对应 POST/PUT to_date(?,'yyyy-mm-dd hh24:mi:ss')
TommyLemon
committed
5a2ab0f
View commit details
Copy full SHA for 5a2ab0f
View code at this point
Browse repository at this point
将隐藏字段功能单独抽取方法 isHideColumn,方便重写来自定义
TommyLemon
committed
d662ca3
View commit details
Copy full SHA for d662ca3
View code at this point
Browse repository at this point
Merge branch 'master' of https://github.com/Tencent/APIJSON
Show description for 08ecf17
TommyLemon
committed
08ecf17
View commit details
Copy full SHA for 08ecf17
View code at this point
Browse repository at this point
解决校验 CIRCLE 角色时没有算当前用户
TommyLemon
committed
3868e8e
View commit details
Copy full SHA for 3868e8e
View code at this point
Browse repository at this point
Commits on Oct 18, 2021
list类型请求参数通过put请求到远程函数后丢失的bug
WaizLee
authored
52a2b64
View commit details
Copy full SHA for 52a2b64
View code at this point
Browse repository at this point
Commits on Sep 30, 2021
优化代码
TommyLemon
authored
08780c7
View commit details
Copy full SHA for 08780c7
View code at this point
Browse repository at this point
Commits on Sep 28, 2021
fix PG的重复设置事务等级的bug
tianzhenyu
committed
0ca192a
View commit details
Copy full SHA for 0ca192a
View code at this point
Browse repository at this point
fix PG的重复设置事务等级的bug
tianzhenyu
committed
d6cb2e1
View commit details
Copy full SHA for d6cb2e1
View code at this point
Browse repository at this point
Commits on Sep 27, 2021
前端传 SQL 关键词 OVER 和 AGAINST 去掉多余的空格
TommyLemon
committed
bbf0fc3
View commit details
Copy full SHA for bbf0fc3
View code at this point
Browse repository at this point
解决表对象中的子表对象数据总是一样以及在 Table[]:{ Table:{ ChildTable:{} } } 情况下只有首个 Table 里返回了 ChildTable
TommyLemon
committed
8d780dd
View commit details
Copy full SHA for 8d780dd
View code at this point
Browse repository at this point
Commits on Sep 26, 2021
优化 Table[]:{ Table:{} } 这种单表数组的查询性能
TommyLemon
committed
ed036ef
View commit details
Copy full SHA for ed036ef
View code at this point
Browse repository at this point
Parser 移除没必要的方法 parseCorrectResponse
TommyLemon
committed
47961e3
View commit details
Copy full SHA for 47961e3
View code at this point
Browse repository at this point
Commits on Sep 24, 2021
重构 enum RequestRole 为 String 方便用户自定义扩展;删除部分已废弃的方法
TommyLemon
committed
5c682cb
View commit details
Copy full SHA for 5c682cb
View code at this point
Browse repository at this point
Commits on Sep 23, 2021
RAW_MAP 默认支持 与或非 和 IS NULL 等关键词
TommyLemon
committed
d46d1f3
View commit details
Copy full SHA for d46d1f3
View code at this point
Browse repository at this point
优化名车和空格
TommyLemon
committed
2107040
View commit details
Copy full SHA for 2107040
View code at this point
Browse repository at this point
格式化代码
TommyLemon
committed
d013830
View commit details
Copy full SHA for d013830
View code at this point
Browse repository at this point
FunctionsAndRaws 代码移回 AbstractSQLConfig 兼容现有用户代码;完成 PostgreSQL 的窗口函数;解决 PUT "blance+": 1 未加到 update set 导致报错;解决 @column 在 OVER, MATCH 等函数内部分字段解析出错以及可能的 SQL 注入
TommyLemon
committed
0615078
View commit details
Copy full SHA for 0615078
View code at this point
Browse repository at this point
Merge pull request #305 from qiujunlin/master
Show description for 532054a
TommyLemon
authored
532054a
View commit details
Copy full SHA for 532054a
View code at this point
Browse repository at this point
完善请求参数在各种 method 及 tag 下的自动补全;允许 GETS 通过 key[]:{} 来查多条记录
TommyLemon
committed
77c375b
View commit details
Copy full SHA for 77c375b
View code at this point
Browse repository at this point
Commits on Sep 19, 2021
Merge branch 'master' of https://github.com/Tencent/APIJSON
Show description for 3a89b60
TommyLemon
committed
3a89b60
View commit details
Copy full SHA for 3a89b60
View code at this point
Browse repository at this point
抽取根据 tag 自动包装请求结构的方法为 wrapRequest
TommyLemon
committed
ac9dc85
View commit details
Copy full SHA for ac9dc85
View code at this point
Browse repository at this point
Commits on Sep 16, 2021
1.根据方法不同拼接聚合语句
Show description for 60a305c
lixin
committed
60a305c
View commit details
Copy full SHA for 60a305c
View code at this point
Browse repository at this point
Commits on Sep 13, 2021
update a problem about oracle
qiujunlin
committed
e2cfc82
View commit details
Copy full SHA for e2cfc82
View code at this point
Browse repository at this point
Commits on Sep 10, 2021
add delete and update
qiujunlin
committed
5952567
View commit details
Copy full SHA for 5952567
View code at this point
Browse repository at this point
Commits on Sep 8, 2021
Update AbstractObjectParser.java
Show description for 4beced4
chenyanlann
authored
4beced4
View commit details
Copy full SHA for 4beced4
View code at this point
Browse repository at this point
Commits on Sep 7, 2021
Modified:修复put请求key的bug
chenyanlann
committed
07bc899
View commit details
Copy full SHA for 07bc899
View code at this point
Browse repository at this point
Commits on Sep 2, 2021
add orm support
qiujunlin
committed
01b310a
View commit details
Copy full SHA for 01b310a
View code at this point
Browse repository at this point
Commits on Aug 5, 2021
update clickhouse gettable
qiujunlin
committed
6981010
View commit details
Copy full SHA for 6981010
View code at this point
Browse repository at this point
Commits on Aug 2, 2021
Merge pull request #294 from yeyuezhishou/user/libin/dev20210802
Show description for 95ca503
TommyLemon
authored
95ca503
View commit details
Copy full SHA for 95ca503
View code at this point
Browse repository at this point
perft:优化
Show description for f6c3ed0
yeyuezhishou
committed
f6c3ed0
View commit details
Copy full SHA for f6c3ed0
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL