FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for APIJSONORM/src/main - Tencent/APIJSON · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
Tencent
/
APIJSON
Public
Notifications
You must be signed in to change notification settings
Fork
2.3k
Star
18.4k
Code
Issues
238
Pull requests
3
Actions
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Wiki
Security and quality
Insights
Commits
Breadcrumbs
History for
APIJSON
APIJSONORM
src
main
on
join
User selector
Datepicker
Commit history
Commits on Feb 15, 2026
LEFT/RIGHT JOIN 新增支持在外层WHERE/GROUP BY/HAVING 加条件/排序(待解决引入 bug) #824
TommyLemon
committed
89fa184
View commit details
Copy full SHA for 89fa184
View code at this point
Browse repository at this point
Commits on Jan 18, 2026
Java:删除多余的 application.properties
TommyLemon
committed
906e796
View commit details
Copy full SHA for 906e796
View code at this point
Browse repository at this point
Commits on Jan 2, 2026
新增关键词 @string 把字段转为 String 输入;KEY_DEFULT 重命名为 KEY_DEFAULT;升级版本为 8.1.3
TommyLemon
committed
54f7da0
View commit details
Copy full SHA for 54f7da0
View code at this point
Browse repository at this point
Commits on Sep 16, 2025
修复getConnectionKey方法调用参数名称错误的问题
Show description for 0d235f3
wu-sv
authored
0d235f3
View commit details
Copy full SHA for 0d235f3
View code at this point
Browse repository at this point
Commits on Sep 2, 2025
非开放请求不允许传 @combine 和 @key
TommyLemon
committed
edb0e6e
View commit details
Copy full SHA for edb0e6e
View code at this point
Browse repository at this point
Commits on Aug 8, 2025
引用赋值:解决从数组外部引用该数组内值只能拿到第 0 个(且路径也不友好)
TommyLemon
committed
dbe28f4
View commit details
Copy full SHA for dbe28f4
View code at this point
Browse repository at this point
引用赋值:新增支持 User-id[]/2 从数组 User-id[] 中 get(2)
TommyLemon
committed
5ea9139
View commit details
Copy full SHA for 5ea9139
View code at this point
Browse repository at this point
Commits on Aug 4, 2025
Merge branch 'Tencent:master' into master
wz11wz
authored
5773ff3
View commit details
Copy full SHA for 5773ff3
View code at this point
Browse repository at this point
fix: 针对left join 以及 right join outerConfig 上,增加 AbstractSQLConfig gainWhereString。value没有带上,修复config PreparedValueList
wz11wz
committed
d21e400
View commit details
Copy full SHA for d21e400
View code at this point
Browse repository at this point
Commits on Jul 20, 2025
新增支持 LEFT,RIGHT JOIN 传外层 WHERE 条件,感谢 wz11wz 的贡献 #829
Show description for 4161902
TommyLemon
authored
4161902
View commit details
Copy full SHA for 4161902
View code at this point
Browse repository at this point
优化 AbstractParser.java 缩进
TommyLemon
authored
2122b8c
View commit details
Copy full SHA for 2122b8c
View code at this point
Browse repository at this point
Commits on Jul 18, 2025
Merge remote-tracking branch 'origin/master'
wz11wz
committed
b05016f
View commit details
Copy full SHA for b05016f
View code at this point
Browse repository at this point
fix: 现在的 Join.java 中 SQLConfig outerConfig 重命名成 onConfig 及对应的 get set 方法,然后再加回来 SQLConfig outerConfig,然后下方的键值对放到 outerConfig 上,后面再具体 AbstractSQLConfig gainWhereString。
Show description for 3c21439
wz11wz
committed
3c21439
View commit details
Copy full SHA for 3c21439
View code at this point
Browse repository at this point
Commits on Jul 8, 2025
Merge branch 'master' of https://github.com/Tencent/APIJSON
TommyLemon
committed
f051dea
View commit details
Copy full SHA for f051dea
View code at this point
Browse repository at this point
腾讯开源主体公司 THL A29 Limited 改为 Tencent,并在 LICENSE 头部说明变更、依赖说明移除 8.0 起不再依赖的 fastjson
TommyLemon
committed
b728ae1
View commit details
Copy full SHA for b728ae1
View code at this point
Browse repository at this point
Commits on Jul 5, 2025
新增支持 Databend - 带 AI 的新一代云原生数据湖仓(Snowflake 开源替代)
TommyLemon
committed
47d76bb
View commit details
Copy full SHA for 47d76bb
View code at this point
Browse repository at this point
优化 JOIN 下 SELECT 字段的代码,所以兼容 MySQL SQL 语法的数据库都保持原来的处理方式
TommyLemon
authored
957ba3d
View commit details
Copy full SHA for 957ba3d
View code at this point
Browse repository at this point
Commits on Jul 3, 2025
fix: 在Head Method,MySql数据性能最优解,其他数据库如PG数据库需要 LEFT JOIN 其他键时直接(select * from A.a) 避免找不到column的错误
wz11wz
committed
7314336
View commit details
Copy full SHA for 7314336
View code at this point
Browse repository at this point
Commits on Jul 1, 2025
fix: 在Head Method,PG数据库 left join 副表 多个业务键关联,出现找不到column
wz11wz
committed
f6703c9
View commit details
Copy full SHA for f6703c9
View code at this point
Browse repository at this point
Commits on Jun 14, 2025
升级版本为 8.0.2
TommyLemon
committed
1b72c3a
View commit details
Copy full SHA for 1b72c3a
View code at this point
Browse repository at this point
把 trace:stack 字段值转为 List<String> 返回,避免 Gson 等 JSON 库反序列化报错,并且还更方便浏览
TommyLemon
committed
3158fce
View commit details
Copy full SHA for 3158fce
View code at this point
Browse repository at this point
新增 IS_RETURN_STACK_TRACE 配置是否返回 trace:stack 字段,优化代码
TommyLemon
committed
a25bbc5
View commit details
Copy full SHA for a25bbc5
View code at this point
Browse repository at this point
Commits on Apr 20, 2025
新增 getConnection(String key) 和 putConnection(String key, Connection connection)
TommyLemon
committed
a320f2c
View commit details
Copy full SHA for a320f2c
View code at this point
Browse repository at this point
解决 Demo 注册接口调用报错 parser.newSuccessResult 及 connectionMap.get 报错 NPE
TommyLemon
committed
2ef0657
View commit details
Copy full SHA for 2ef0657
View code at this point
Browse repository at this point
解决返回 database, schema 等信息
TommyLemon
committed
32c2777
View commit details
Copy full SHA for 32c2777
View code at this point
Browse repository at this point
解决最外层返回不需要的 format: null
TommyLemon
committed
a46e24e
View commit details
Copy full SHA for a46e24e
View code at this point
Browse repository at this point
getSQLKey 重命名为 gainSQLKey
TommyLemon
committed
6e9affe
View commit details
Copy full SHA for 6e9affe
View code at this point
Browse repository at this point
解决其它 key 被误当成 @post 等关键词导致 RequestMethod.valueOf 异常
TommyLemon
committed
e03a028
View commit details
Copy full SHA for e03a028
View code at this point
Browse repository at this point
优化 JSON 相关序列化、反序列化等处理;class JSONObject 改为 interface JSONMap<M, L>,class JSONArray 改为 interface JSONList<M, L>;所有 APIJSONCreator, JSONCreator, JSONParser 都集中处理,避免不一致导致的 ClassCastException
TommyLemon
committed
bd5161f
View commit details
Copy full SHA for bd5161f
View code at this point
Browse repository at this point
Commits on Apr 17, 2025
新增支持 Doris-高性能实时湖仓一体数据库:https://doris.apache.org
TommyLemon
committed
4fed749
View commit details
Copy full SHA for 4fed749
View code at this point
Browse repository at this point
解决 FunctionParser 初始化等触发 JSONRequest.put 中转 JSON 报错,删除不再需要的 @JSONFiled
TommyLemon
committed
107fd37
View commit details
Copy full SHA for 107fd37
View code at this point
Browse repository at this point
Commits on Apr 12, 2025
去除 fastjson 并支持各种 JSON 库,JSONObject 用 M extends Map<String, Object> 替代,JSONArray 用 L extends List<Object> 替代 #810
Show description for 2bb6a7d
TommyLemon
authored
2bb6a7d
View commit details
Copy full SHA for 2bb6a7d
View code at this point
Browse repository at this point
新增 JSON.format
TommyLemon
committed
6526493
View commit details
Copy full SHA for 6526493
View code at this point
Browse repository at this point
Commits on Apr 8, 2025
修复请求json的key为JSONArray时类型转换异常问题
ludejiu
committed
672c722
View commit details
Copy full SHA for 672c722
View code at this point
Browse repository at this point
Commits on Apr 6, 2025
解决 fastjson 等 JSON 库可能泄漏 Subquery 及包含的 SQLConfig 等信息
TommyLemon
committed
1662e21
View commit details
Copy full SHA for 1662e21
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL