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 }}
DaoCalendar
/
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
on
master
User selector
All users
All time
Commit history
Commits on Sep 30, 2021
优化代码
TommyLemon
authored
08780c7
View commit details
Copy full SHA for 08780c7
View code at this point
Browse repository at this point
Commits on Sep 28, 2021
fix PG的重复设置事务等级的bug
tianzhenyu
committed
0ca192a
View commit details
Copy full SHA for 0ca192a
View code at this point
Browse repository at this point
fix PG的重复设置事务等级的bug
tianzhenyu
committed
d6cb2e1
View commit details
Copy full SHA for d6cb2e1
View code at this point
Browse repository at this point
Commits on Sep 27, 2021
前端传 SQL 关键词 OVER 和 AGAINST 去掉多余的空格
TommyLemon
committed
bbf0fc3
View commit details
Copy full SHA for bbf0fc3
View code at this point
Browse repository at this point
解决表对象中的子表对象数据总是一样以及在 Table[]:{ Table:{ ChildTable:{} } } 情况下只有首个 Table 里返回了 ChildTable
TommyLemon
committed
8d780dd
View commit details
Copy full SHA for 8d780dd
View code at this point
Browse repository at this point
Commits on Sep 26, 2021
优化 Table[]:{ Table:{} } 这种单表数组的查询性能
TommyLemon
committed
ed036ef
View commit details
Copy full SHA for ed036ef
View code at this point
Browse repository at this point
Parser 移除没必要的方法 parseCorrectResponse
TommyLemon
committed
47961e3
View commit details
Copy full SHA for 47961e3
View code at this point
Browse repository at this point
Commits on Sep 24, 2021
重构 enum RequestRole 为 String 方便用户自定义扩展;删除部分已废弃的方法
TommyLemon
committed
5c682cb
View commit details
Copy full SHA for 5c682cb
View code at this point
Browse repository at this point
Commits on Sep 23, 2021
RAW_MAP 默认支持 与或非 和 IS NULL 等关键词
TommyLemon
committed
d46d1f3
View commit details
Copy full SHA for d46d1f3
View code at this point
Browse repository at this point
优化名车和空格
TommyLemon
committed
2107040
View commit details
Copy full SHA for 2107040
View code at this point
Browse repository at this point
格式化代码
TommyLemon
committed
d013830
View commit details
Copy full SHA for d013830
View code at this point
Browse repository at this point
FunctionsAndRaws 代码移回 AbstractSQLConfig 兼容现有用户代码;完成 PostgreSQL 的窗口函数;解决 PUT "blance+": 1 未加到 update set 导致报错;解决 @column 在 OVER, MATCH 等函数内部分字段解析出错以及可能的 SQL 注入
TommyLemon
committed
0615078
View commit details
Copy full SHA for 0615078
View code at this point
Browse repository at this point
Merge pull request #305 from qiujunlin/master
Show description for 532054a
TommyLemon
authored
532054a
View commit details
Copy full SHA for 532054a
View code at this point
Browse repository at this point
完善请求参数在各种 method 及 tag 下的自动补全;允许 GETS 通过 key[]:{} 来查多条记录
TommyLemon
committed
77c375b
View commit details
Copy full SHA for 77c375b
View code at this point
Browse repository at this point
Commits on Sep 19, 2021
Merge branch 'master' of https://github.com/Tencent/APIJSON
Show description for 3a89b60
TommyLemon
committed
3a89b60
View commit details
Copy full SHA for 3a89b60
View code at this point
Browse repository at this point
抽取根据 tag 自动包装请求结构的方法为 wrapRequest
TommyLemon
committed
ac9dc85
View commit details
Copy full SHA for ac9dc85
View code at this point
Browse repository at this point
Commits on Sep 16, 2021
1.根据方法不同拼接聚合语句
Show description for 60a305c
lixin
committed
60a305c
View commit details
Copy full SHA for 60a305c
View code at this point
Browse repository at this point
Commits on Sep 13, 2021
update a problem about oracle
qiujunlin
committed
e2cfc82
View commit details
Copy full SHA for e2cfc82
View code at this point
Browse repository at this point
Commits on Sep 10, 2021
add delete and update
qiujunlin
committed
5952567
View commit details
Copy full SHA for 5952567
View code at this point
Browse repository at this point
Commits on Sep 8, 2021
Update AbstractObjectParser.java
Show description for 4beced4
chenyanlann
authored
4beced4
View commit details
Copy full SHA for 4beced4
View code at this point
Browse repository at this point
Commits on Sep 7, 2021
Modified:修复put请求key的bug
chenyanlann
committed
07bc899
View commit details
Copy full SHA for 07bc899
View code at this point
Browse repository at this point
Commits on Sep 2, 2021
add orm support
qiujunlin
committed
01b310a
View commit details
Copy full SHA for 01b310a
View code at this point
Browse repository at this point
Commits on Aug 5, 2021
update clickhouse gettable
qiujunlin
committed
6981010
View commit details
Copy full SHA for 6981010
View code at this point
Browse repository at this point
Commits on Aug 2, 2021
Merge pull request #294 from yeyuezhishou/user/libin/dev20210802
Show description for 95ca503
TommyLemon
authored
95ca503
View commit details
Copy full SHA for 95ca503
View code at this point
Browse repository at this point
perft:优化
Show description for f6c3ed0
yeyuezhishou
committed
f6c3ed0
View commit details
Copy full SHA for f6c3ed0
View code at this point
Browse repository at this point
Commits on Aug 1, 2021
Add:ORM's support for ClickHouse
chenyanlann
committed
9b5f3f2
View commit details
Copy full SHA for 9b5f3f2
View code at this point
Browse repository at this point
Commits on Jul 31, 2021
解决操作符 UNIQUE 校验不允许重复失效
TommyLemon
committed
646bed4
View commit details
Copy full SHA for 646bed4
View code at this point
Browse repository at this point
解决远程函数拿不到有效的当前对象,导致校验参数容易放行等问题
TommyLemon
committed
3ccd967
View commit details
Copy full SHA for 3ccd967
View code at this point
Browse repository at this point
Commits on Jul 30, 2021
升级版本为 4.7.1;优化代码
TommyLemon
committed
2fc8526
View commit details
Copy full SHA for 2fc8526
View code at this point
Browse repository at this point
fix:bug修复
Show description for 914b50a
yeyuezhishou
committed
914b50a
View commit details
Copy full SHA for 914b50a
View code at this point
Browse repository at this point
Commits on Jun 29, 2021
获取连接增加datasource参数 && 回包里移除@datasource
iceewei
committed
657bc89
View commit details
Copy full SHA for 657bc89
View code at this point
Browse repository at this point
获取连接增加datasource参数 && 回包里移除@datasource
iceewei
committed
f4e5ea4
View commit details
Copy full SHA for f4e5ea4
View code at this point
Browse repository at this point
Commits on Jun 28, 2021
获取连接的key增加datasource维度
iceewei
committed
cd83f50
View commit details
Copy full SHA for cd83f50
View code at this point
Browse repository at this point
Commits on Jun 21, 2021
格式化部分代码
TommyLemon
authored
817c236
View commit details
Copy full SHA for 817c236
View code at this point
Browse repository at this point
欢迎 AbstractSQLConfig 并应用关键更改
Show description for 2dfe8ed
TommyLemon
authored
2dfe8ed
View commit details
Copy full SHA for 2dfe8ed
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.