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 }}
xiaoruiguo
/
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
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
All users
All time
Commit history
Commits on Apr 27, 2023
不启用 WITH AS 时去除多余的 SELECT * FROM(...) 包装
TommyLemon
committed
5f94a63
View commit details
Copy full SHA for 5f94a63
View code at this point
Browse repository at this point
解决 增删改、WITH AS 子查询 因预编译参数重复添加导致报错;解决 PATTERN_EMAIL 正则表达式编译错误;升级版本为 6.1.0;优化代码
TommyLemon
committed
6ff1996
View commit details
Copy full SHA for 6ff1996
View code at this point
Browse repository at this point
Commits on Apr 17, 2023
修复多表 gets bug、别名从代码解析改为数据库配置、支持 sql@ update/delete,感谢 cloudAndMonkey 的贡献 #551
Show description for 26475f6
TommyLemon
authored
26475f6
View commit details
Copy full SHA for 26475f6
View code at this point
Browse repository at this point
解决多表插入报错,感谢 wahowaho 的贡献 #545
Show description for 570e9fa
TommyLemon
authored
570e9fa
View commit details
Copy full SHA for 570e9fa
View code at this point
Browse repository at this point
新增支持 Snowflake, Databricks, Cassandra
TommyLemon
committed
fd3e0ee
View commit details
Copy full SHA for fd3e0ee
View code at this point
Browse repository at this point
修复512 多表 gets bug、将别名从代码解析改为数据库配置
cloudAndMonkey
authored
0d75cc7
View commit details
Copy full SHA for 0d75cc7
View code at this point
Browse repository at this point
Commits on Apr 13, 2023
Update AbstractParser.java
wahowaho
authored
e6dbbd9
View commit details
Copy full SHA for e6dbbd9
View code at this point
Browse repository at this point
Update AbstractParser.java
Show description for 155cabe
wahowaho
committed
155cabe
View commit details
Copy full SHA for 155cabe
View code at this point
Browse repository at this point
Commits on Apr 10, 2023
Added support for hyphen(-) under email regex
hiteshbedre
authored
e39df73
View commit details
Copy full SHA for e39df73
View code at this point
Browse repository at this point
Commits on Mar 12, 2023
整理代码
TommyLemon
authored
6d18f58
View commit details
Copy full SHA for 6d18f58
View code at this point
Browse repository at this point
Commits on Mar 11, 2023
优化crud method判断逻辑
Show description for 9ea9593
cloudAndMonkey
authored
9ea9593
View commit details
Copy full SHA for 9ea9593
View code at this point
Browse repository at this point
Commits on Mar 4, 2023
新增单元测试链接
Show description for aaff2d3
TommyLemon
authored
aaff2d3
View commit details
Copy full SHA for aaff2d3
View code at this point
Browse repository at this point
新增单元测试链接
Show description for 782f2b3
TommyLemon
authored
782f2b3
View commit details
Copy full SHA for 782f2b3
View code at this point
Browse repository at this point
Commits on Feb 24, 2023
APIJSON @combine模版, 通过参数生成sql where条件
Show description for cc28f65
cloudAndMonkey
authored
cc28f65
View commit details
Copy full SHA for cc28f65
View code at this point
Browse repository at this point
和主线版本一致
Show description for 86a68d2
cloudAndMonkey
authored
86a68d2
View commit details
Copy full SHA for 86a68d2
View code at this point
Browse repository at this point
Commits on Feb 17, 2023
迭代@combine 动态表达式,通过默认值实现
Show description for def8d8e
cloudAndMonkey
authored
def8d8e
View commit details
Copy full SHA for def8d8e
View code at this point
Browse repository at this point
Commits on Feb 15, 2023
Add files via upload
cloudAndMonkey
authored
99bdb65
View commit details
Copy full SHA for 99bdb65
View code at this point
Browse repository at this point
配置@combine模版, c端传递 参数,生成参数对应 where条件
Show description for 906d14c
cloudAndMonkey
authored
906d14c
View commit details
Copy full SHA for 906d14c
View code at this point
Browse repository at this point
Commits on Feb 7, 2023
完善常用场景的正则校验规则,感谢 leomiaomiao 的贡献 #505
Show description for e4d93b7
TommyLemon
authored
e4d93b7
View commit details
Copy full SHA for e4d93b7
View code at this point
Browse repository at this point
Commits on Feb 6, 2023
完善常用场景的正则校验规则
liumiao
committed
b3ad558
View commit details
Copy full SHA for b3ad558
View code at this point
Browse repository at this point
Commits on Jan 30, 2023
支持了验证是否存在联合校验、验证是否不存在联合校验
aninZz
committed
ed00c1c
View commit details
Copy full SHA for ed00c1c
View code at this point
Browse repository at this point
Commits on Jan 29, 2023
优化代码:预防 NPE,减少重复执行逻辑
TommyLemon
committed
b973f3e
View commit details
Copy full SHA for b973f3e
View code at this point
Browse repository at this point
优化代码:预防 NPE,减少重复执行逻辑
TommyLemon
committed
6a5764d
View commit details
Copy full SHA for 6a5764d
View code at this point
Browse repository at this point
删除错误及多余的 import
TommyLemon
committed
86cb918
View commit details
Copy full SHA for 86cb918
View code at this point
Browse repository at this point
Commits on Jan 16, 2023
假删除添加null 判断,避免客户端json传递不存在的对象
cloudAndMonkey
authored
9db1b50
View commit details
Copy full SHA for 9db1b50
View code at this point
Browse repository at this point
删除无效代码
cloudAndMonkey
authored
22ba330
View commit details
Copy full SHA for 22ba330
View code at this point
Browse repository at this point
apijson function支持脚本引擎,比如JavaScript、lua等
Show description for a4c2f4c
cloudAndMonkey
authored
a4c2f4c
View commit details
Copy full SHA for a4c2f4c
View code at this point
Browse repository at this point
apijson function支持脚本引擎,比如JavaScript、lua等
Show description for 017d876
cloudAndMonkey
authored
017d876
View commit details
Copy full SHA for 017d876
View code at this point
Browse repository at this point
function支持脚本引擎,比如JavaScript、lua等
Show description for e6d6ec9
cloudAndMonkey
authored
e6d6ec9
View commit details
Copy full SHA for e6d6ec9
View code at this point
Browse repository at this point
Commits on Jan 12, 2023
支持了请求校验字符串长度的规则
chenglining
committed
37b160e
View commit details
Copy full SHA for 37b160e
View code at this point
Browse repository at this point
Commits on Jan 9, 2023
更正,开放请求 GET、HEAD 才允许传 @combine:value
cloudAndMonkey
authored
8bf7195
View commit details
Copy full SHA for 8bf7195
View code at this point
Browse repository at this point
GETS/HEADS/PUT/DELETE 不允许前端传 @combine
Show description for e94c44f
cloudAndMonkey
authored
e94c44f
View commit details
Copy full SHA for e94c44f
View code at this point
Browse repository at this point
Commits on Jan 6, 2023
新增支持假删除
Show description for 5f5300e
cloudAndMonkey
authored
5f5300e
View commit details
Copy full SHA for 5f5300e
View code at this point
Browse repository at this point
Commits on Jan 5, 2023
优化缓存逻辑;优化 SQLConfig.getSQL(boolean prepared) 相关代码
TommyLemon
committed
256dd81
View commit details
Copy full SHA for 256dd81
View code at this point
Browse repository at this point
Commits on Dec 18, 2022
Merge pull request #490 from cloudAndMonkey/master
Show description for 4dc0454
TommyLemon
authored
4dc0454
View commit details
Copy full SHA for 4dc0454
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.