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 }}
github291406933
/
APIJSON
Public
forked from
Tencent/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
src
main
java
on
master
User selector
All users
All time
Commit history
Commits on Jul 14, 2022
Merge branch 'Tencent:master' into master
github291406933
authored
9e99bad
View commit details
Copy full SHA for 9e99bad
View code at this point
Browse repository at this point
fix: sql join缓存丢失而出现1+N查询问题
Show description for f5f7f3d
huangcanjia
committed
f5f7f3d
View commit details
Copy full SHA for f5f7f3d
View code at this point
Browse repository at this point
Commits on Jul 11, 2022
解决 @combine:"(a | b) & (c | d)" 这种任意条件组合情况下有时预编译值错位导致 SQL 报错;优化代码和注释
TommyLemon
committed
0f83660
View commit details
Copy full SHA for 0f83660
View code at this point
Browse repository at this point
Commits on Jul 6, 2022
解决刚刚改动 result.remove("@RAW@LIST") 逻辑后新增的 NPE bug
TommyLemon
committed
5bb7eec
View commit details
Copy full SHA for 5bb7eec
View code at this point
Browse repository at this point
完善对 APP JOIN 同层和跨层的校验;完善对 APP JOIN 的 SQL 执行与缓存次数统计;解决同层 JOIN 新增的报错 bug;解决 APP JOIN 副表返回内部字段 @RAW@LIST;fastjson2 改为 1.2.79
TommyLemon
committed
5525eab
View commit details
Copy full SHA for 5525eab
View code at this point
Browse repository at this point
Merge pull request #1 from github291406933/dev_join
Show description for f1430b2
github291406933
authored
f1430b2
View commit details
Copy full SHA for f1430b2
View code at this point
Browse repository at this point
feat: 支持跨层级app join
Show description for 4dfd9d4
huangcanjia
committed
4dfd9d4
View commit details
Copy full SHA for 4dfd9d4
View code at this point
Browse repository at this point
Commits on Jun 6, 2022
Merge pull request #403 from github291406933/master
Show description for 1f0af2d
TommyLemon
authored
1f0af2d
View commit details
Copy full SHA for 1f0af2d
View code at this point
Browse repository at this point
Commits on Jun 2, 2022
fix: 修复多字段参与join时,没有命中缓存而出现的1+N查询性能问题
Show description for 3ed76c3
huangcanjia
committed
3ed76c3
View commit details
Copy full SHA for 3ed76c3
View code at this point
Browse repository at this point
Commits on May 29, 2022
fix field order
NeoGitCrt1
committed
be00ec4
View commit details
Copy full SHA for be00ec4
View code at this point
Browse repository at this point
fix dead loop
NeoGitCrt1
committed
641d940
View commit details
Copy full SHA for 641d940
View code at this point
Browse repository at this point
fastjson up2 2.0.4
NeoGitCrt1
committed
89accda
View commit details
Copy full SHA for 89accda
View code at this point
Browse repository at this point
Commits on May 9, 2022
增加对LocalDateTime类型支持
Show description for beac823
MentosL
committed
beac823
View commit details
Copy full SHA for beac823
View code at this point
Browse repository at this point
Commits on May 3, 2022
升级版本号为 5.1.0;删除不再需要的依赖 javax.activation
TommyLemon
committed
95432dd
View commit details
Copy full SHA for 95432dd
View code at this point
Browse repository at this point
解决预估容量判断 NOT 条件用错逻辑 key
TommyLemon
committed
f442543
View commit details
Copy full SHA for f442543
View code at this point
Browse repository at this point
Commits on May 1, 2022
请求参数校验:REFUSE 新增支持 !key 排除禁止字段,优化 MUST 和 REFUSE 处理性能
TommyLemon
committed
92c396c
View commit details
Copy full SHA for 92c396c
View code at this point
Browse repository at this point
优化登录报错和远程函数执行报错的提示
TommyLemon
committed
0e2b645
View commit details
Copy full SHA for 0e2b645
View code at this point
Browse repository at this point
优化 SQL 执行缓存;优化主键泛型;部分常量改为可自定义静态变量;解决高并发下 id 冲突导致新增记录失败等
TommyLemon
committed
8df36e2
View commit details
Copy full SHA for 8df36e2
View code at this point
Browse repository at this point
解决 JOIN 副表返回空对象
TommyLemon
committed
5d40217
View commit details
Copy full SHA for 5d40217
View code at this point
Browse repository at this point
优化 AbstractSQLExecutor 关于耗时统计的代码
TommyLemon
committed
0fb4256
View commit details
Copy full SHA for 0fb4256
View code at this point
Browse repository at this point
优化代码
TommyLemon
committed
5b7d54a
View commit details
Copy full SHA for 5b7d54a
View code at this point
Browse repository at this point
Commits on Apr 29, 2022
Update AbstractSQLConfig.java
SingleDogL
authored
4f40cbd
View commit details
Copy full SHA for 4f40cbd
View code at this point
Browse repository at this point
Commits on Apr 27, 2022
修复oracle分页获取时无法获取除第一页以外的数据
Show description for 614cc0a
SingleDogL
authored
614cc0a
View commit details
Copy full SHA for 614cc0a
View code at this point
Browse repository at this point
Commits on Apr 22, 2022
Merge pull request #387 from weiwei162/patch-1
Show description for 01410e2
TommyLemon
authored
01410e2
View commit details
Copy full SHA for 01410e2
View code at this point
Browse repository at this point
Commits on Apr 17, 2022
优化角色权限、参数校验、远程函数的初始化;解决 format: true 在 Log.DEBUG 时也不返回 SQL、时间等调试信息;升级自身版本为 5.0.5;
TommyLemon
committed
30bbea9
View commit details
Copy full SHA for 30bbea9
View code at this point
Browse repository at this point
Commits on Apr 15, 2022
fix #362
Show description for d868d8e
weiwei162
authored
d868d8e
View commit details
Copy full SHA for d868d8e
View code at this point
Browse repository at this point
Commits on Apr 5, 2022
解决关闭权限校验时 POST 请求传 userId 无效,加强对 POST 请求内字段格式的校验
TommyLemon
committed
e609c86
View commit details
Copy full SHA for e609c86
View code at this point
Browse repository at this point
Commits on Mar 27, 2022
升级自身, fastjson 版本分别为 5.0.0, 1.2.79
TommyLemon
committed
d803766
View commit details
Copy full SHA for d803766
View code at this point
Browse repository at this point
拼错单词 globle 纠正为 global
TommyLemon
committed
d7c3115
View commit details
Copy full SHA for d7c3115
View code at this point
Browse repository at this point
Commits on Mar 26, 2022
新增支持 @having:"match(arg0..)AGAINST(..)%2=1" 全文检索等函数后带数学表达式;对 key{}:">0;length(key)<=5" 新增支持部分为 RAW SQL;禁止 @having:"fun(arg0..):alias" 这样使用别名
TommyLemon
committed
1e5e587
View commit details
Copy full SHA for 1e5e587
View code at this point
Browse repository at this point
对 @having:"表达式" 和 key{}:"表达式" 新增支持单引号、反引号、各种关键词等;解决当 idKey 和 idInKey 一样时重复拼接条件
TommyLemon
committed
5340749
View commit details
Copy full SHA for 5340749
View code at this point
Browse repository at this point
权限控制:分拆对角色的校验的代码为多个方法,方便灵活重写部分代码
TommyLemon
committed
46ccade
View commit details
Copy full SHA for 46ccade
View code at this point
Browse repository at this point
预估容量新增对 HAVING 聚合函数的处理;优化代码
TommyLemon
committed
544a869
View commit details
Copy full SHA for 544a869
View code at this point
Browse repository at this point
完善对 id, id{}, userId, userId{} 的条件强制前置 AND 处理以及 @combine 不允许设置的校验,避免 id! | id 这种重复字符绕过校验
TommyLemon
committed
2433f3b
View commit details
Copy full SHA for 2433f3b
View code at this point
Browse repository at this point
优化代码,去除不必要的 synchonized
TommyLemon
committed
b881541
View commit details
Copy full SHA for b881541
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.