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 }}
ResearchMore
/
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
on
master
User selector
All users
Datepicker
All time
Commit history
Commits on Jul 9, 2023
优化代码及注释的格式;完善用异常转换状态码 code
TommyLemon
committed
a94fb96
View commit details
Copy full SHA for a94fb96
View code at this point
Browse repository at this point
SQLConfig 和 SQLExecutor 也指定主键泛型
TommyLemon
committed
e0d9a7c
View commit details
Copy full SHA for e0d9a7c
View code at this point
Browse repository at this point
优化假删除,支持 notDeletedValue,适配 deletedTime = NULL 表示未删除等需求
TommyLemon
committed
7a24178
View commit details
Copy full SHA for 7a24178
View code at this point
Browse repository at this point
新增支持对指定的方法忽略空字符串作为条件值或写入值等
TommyLemon
committed
718a5bb
View commit details
Copy full SHA for 718a5bb
View code at this point
Browse repository at this point
Commits on Jul 8, 2023
新增支持子查询对象内省略关键词 from,自动取最上方的表对象 key 作为 from
TommyLemon
committed
0f1b105
View commit details
Copy full SHA for 0f1b105
View code at this point
Browse repository at this point
新增支持在 @column: value 中传自定义表名,例如 Comment.toId, Moment.userId 等
TommyLemon
committed
247f149
View commit details
Copy full SHA for 247f149
View code at this point
Browse repository at this point
优化通过脚本语言校验参数的代码
TommyLemon
committed
f400f09
View commit details
Copy full SHA for f400f09
View code at this point
Browse repository at this point
Commits on Jun 4, 2023
自动校验参数:解决自定义代码包含 ":" 冒号时可能误判不是语言名称的字符串,导致报错找不到执行引擎
TommyLemon
committed
53b17ed
View commit details
Copy full SHA for 53b17ed
View code at this point
Browse repository at this point
Operation.ON 改为 IF 并新增支持执行自定义代码
TommyLemon
committed
1b7c6f1
View commit details
Copy full SHA for 1b7c6f1
View code at this point
Browse repository at this point
Commits on Jun 3, 2023
对存储过程单独传自定义的 数据库名/模式名 时支持横杠,但不允许 -- 上横杠,例如可写为 @key():"`api-json`.function(arg)",反引号可去掉
TommyLemon
committed
39bdc58
View commit details
Copy full SHA for 39bdc58
View code at this point
Browse repository at this point
开放请求 GET, HEAD 也处理 version 和 tag,解决字段插件配置不能根据版本号生效等问题
TommyLemon
committed
d504e38
View commit details
Copy full SHA for d504e38
View code at this point
Browse repository at this point
请求操作符新增支持监听事件 ON: { "name": { UPDATE:{ "Comment": {"userName@": "User/name" } } } },方便同步修改其它表字段记录值等
TommyLemon
committed
ad743b5
View commit details
Copy full SHA for ad743b5
View code at this point
Browse repository at this point
对 SQLConfig 传入 Parser, ObjectParser, version, tag 等,拿到上下文信息来实现某些需求
TommyLemon
committed
d0130bc
View commit details
Copy full SHA for d0130bc
View code at this point
Browse repository at this point
最外层返回当前时间戳毫秒值,方便前后端同步校准时间等场景
TommyLemon
committed
d325d63
View commit details
Copy full SHA for d325d63
View code at this point
Browse repository at this point
PUT 新增支持对 JSONObject {} 格式的字段值传 "key+": [{"key":value}} 新增,传 "key-": ["key"] 移除
TommyLemon
committed
31b58e6
View commit details
Copy full SHA for 31b58e6
View code at this point
Browse repository at this point
调整有问题的方法命名
TommyLemon
committed
3a45780
View commit details
Copy full SHA for 3a45780
View code at this point
Browse repository at this point
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
Previous
Next
You can’t perform that action at this time.