Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
PeterXiao
/
APIJSON
Public
forked from
Tencent/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
APIJSONORM
src
on
master
User selector
All users
Datepicker
All time
Commit history
Commits on Mar 29, 2026
结果集容量预估:LIMIT 10^9 = 1 亿 以内无任何条件时 最多扩容 1 次
TommyLemon
committed
46c9f3b
View commit details
Copy full SHA for 46c9f3b
View code at this point
Browse repository at this point
结果集容量预估:优化 GROUP BY 减少初始容量下限
TommyLemon
committed
f63e2ad
View commit details
Copy full SHA for f63e2ad
View code at this point
Browse repository at this point
结果集容量预估:最低开启阈值默认设置为 2^16 - 1 = 65535,ArrayList 最多扩容 5 次
TommyLemon
committed
bd5151b
View commit details
Copy full SHA for bd5151b
View code at this point
Browse repository at this point
Commits on Feb 21, 2026
fix: add != and = for verifying request, remove <>
TommyLemon
committed
7b3bf77
View commit details
Copy full SHA for 7b3bf77
View code at this point
Browse repository at this point
feat: add @trim: "name,tag" to trim string values for keys
TommyLemon
committed
bccb5ef
View commit details
Copy full SHA for bccb5ef
View code at this point
Browse repository at this point
verify: change "content{L}": ">0" to "content[{}": ">0"
TommyLemon
committed
5744eab
View commit details
Copy full SHA for 5744eab
View code at this point
Browse repository at this point
fix: import Log, String TAG
TommyLemon
committed
b3218da
View commit details
Copy full SHA for b3218da
View code at this point
Browse repository at this point
Commits on Feb 18, 2026
fix(logging): Replace printStackTrace() with proper logging, thx to hobostay #850
Show description for 696af70
TommyLemon
authored
696af70
View commit details
Copy full SHA for 696af70
View code at this point
Browse repository at this point
优化日志类,新增支持打印 Throwable 和默认级别
TommyLemon
committed
f926879
View commit details
Copy full SHA for f926879
View code at this point
Browse repository at this point
Commits on Feb 17, 2026
fix(logging): Replace printStackTrace() with proper logging
Show description for 92cbf66
hobostay
and
claude
committed
92cbf66
View commit details
Copy full SHA for 92cbf66
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
Previous
Next
You can’t perform that action at this time.