Skip to content
Navigation Menu
Toggle navigation
Sign in
Product
GitHub Copilot
Write better code with AI
GitHub Advanced Security
Find and fix vulnerabilities
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Discussions
Collaborate outside of code
Code Search
Find more, search less
Explore
Why GitHub
All features
Documentation
GitHub Skills
Blog
Solutions
By company size
Enterprises
Small and medium teams
Startups
Nonprofits
By use case
DevSecOps
DevOps
CI/CD
View all use cases
By industry
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
Topics
AI
DevOps
Security
Software Development
View all
Explore
Learning Pathways
Events & Webinars
Ebooks & Whitepapers
Customer Stories
Partners
Executive Insights
Open Source
GitHub Sponsors
Fund open source developers
The ReadME Project
GitHub community articles
Repositories
Topics
Trending
Collections
Enterprise
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 or jump to...
Search code, repositories, users, issues, pull requests...
Search syntax tips
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Sign in
Sign up
Reseting focus
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 }}
APIJSON
/
hyperf-APIJSON
Public
forked from
kvnZero/hyperf-APIJSON
Notifications
You must be signed in to change notification settings
Fork
0
Star
5
Code
Pull requests
0
Actions
Security
Insights
Additional navigation options
Code
Pull requests
Actions
Security
Insights
Commits
Branch selector
master
User selector
All users
Datepicker
All time
Commit History
Commits on Jun 25, 2024
Merge pull request #25 from kvnZero/fix/InsertError
Show description for 9a6afe0
kvnZero
authored
9a6afe0
Copy full SHA for 9a6afe0
fix Insert方法更换的处理
kvnZero
committed
b37a5e2
Copy full SHA for b37a5e2
Commits on Apr 22, 2022
Merge pull request #23 from marunrun/master
Show description for 264b9e3
kvnZero
authored
264b9e3
Copy full SHA for 264b9e3
feat : 增加异常打印至控制台
marunrun
committed
50a1421
Copy full SHA for 50a1421
fix : 修改默认DB_DRIVER 为 mysql
Show description for b1cf719
marunrun
committed
b1cf719
Copy full SHA for b1cf719
Commits on Dec 24, 2021
Merge pull request #22 from kvnZero/feat/增强update
Show description for 381b676
kvnZero
authored
381b676
Copy full SHA for 381b676
update 拆离定义
kvnZero
committed
ad350f9
Copy full SHA for ad350f9
Commits on Dec 6, 2021
Merge pull request #21 from kvnZero/feat/存储过程
Show description for d7df486
kvnZero
authored
d7df486
Copy full SHA for d7df486
update README.md
kvnZero
committed
c4f6ab5
Copy full SHA for c4f6ab5
add 存储过程支持 && 通过class_map使查询后执行事件进行转JSON处理
Show description for b57694e
kvnZero
committed
b57694e
Copy full SHA for b57694e
Commits on Dec 4, 2021
Merge pull request #20 from kvnZero/feat/替换底层Connection
Show description for 11b09c6
kvnZero
authored
11b09c6
Copy full SHA for 11b09c6
update 调整文件路径
kvnZero
committed
1ec0cdb
Copy full SHA for 1ec0cdb
Merge pull request #19 from kvnZero/feat/替换底层Connection
Show description for ea6d55a
kvnZero
authored
ea6d55a
Copy full SHA for ea6d55a
update 替换底层Connection 在查询事件结束时执行事件将$statement传递出去使用
Show description for 6a5a400
kvnZero
committed
6a5a400
Copy full SHA for 6a5a400
Commits on Nov 22, 2021
Merge pull request #18 from kvnZero/feat/修改格式化流程
Show description for 17e9b92
kvnZero
authored
17e9b92
Copy full SHA for 17e9b92
update 通过提前存储对象在执行完成后再进行获取避免了自己获取PDO对象
kvnZero
committed
b16c977
Copy full SHA for b16c977
Commits on Nov 21, 2021
Merge pull request #17 from kvnZero/feat/代码优化
Show description for 7d7cf79
kvnZero
authored
7d7cf79
Copy full SHA for 7d7cf79
update 满足json才进行替换
Show description for 31f8500
kvnZero
committed
31f8500
Copy full SHA for 31f8500
Commits on Nov 20, 2021
Merge pull request #16 from kvnZero/feat/代码优化
Show description for 19f9db0
kvnZero
authored
19f9db0
Copy full SHA for 19f9db0
update 通过手动PDO执行查询方法获取到ColumnMeta来解析字段
Show description for 700a1e2
kvnZero
committed
700a1e2
Copy full SHA for 700a1e2
fix APIAuto请求跨域问题
kvnZero
committed
1a4cd41
Copy full SHA for 1a4cd41
Commits on Nov 16, 2021
Merge pull request #15 from kvnZero/feat/测试中修改
Show description for 8bffc24
kvnZero
authored
8bffc24
Copy full SHA for 8bffc24
fix 事件修改返回值没有替换原返回值 && update 对查询后的数据手动递归json格式化(该方案不一定合理) && 增加ID子查询
kvnZero
committed
d47883c
Copy full SHA for d47883c
Merge pull request #14 from kvnZero/feat/测试中修改
Show description for 76cac97
kvnZero
authored
76cac97
Copy full SHA for 76cac97
update 查询执行后事件增加方法 方便直接对不同的方法进行处理
kvnZero
committed
211206e
Copy full SHA for 211206e
Merge pull request #13 from kvnZero/feat/测试中修改
Show description for 1a70ba9
kvnZero
authored
1a70ba9
Copy full SHA for 1a70ba9
update 不对column做处理 用raw防止被格式化 导致无法运行自带方法(如:count,min,max等)
kvnZero
committed
d0ca14c
Copy full SHA for d0ca14c
add 子查询Where Exists
kvnZero
committed
b1fdfe5
Copy full SHA for b1fdfe5
add User数组查询引用子查询测试 && update 引用值替换 & 判断条件为null的判断过滤
kvnZero
committed
c9370fd
Copy full SHA for c9370fd
update limit默认值为10 && 子查询不支持limit设为0 && 子查询判断IN处理 && 引入声明判断过滤 && 修改测试用例
kvnZero
committed
a6cbae7
Copy full SHA for a6cbae7
update 引用默认路径 && 表名过滤
kvnZero
committed
9701daa
Copy full SHA for 9701daa
Commits on Nov 15, 2021
Merge pull request #12 from kvnZero/feat/执行事件
Show description for 8113307
kvnZero
authored
8113307
Copy full SHA for 8113307
add 语句查询埋点
kvnZero
committed
663b897
Copy full SHA for 663b897
Merge pull request #11 from kvnZero/feat/执行事件
Show description for 1dc14ce
kvnZero
authored
1dc14ce
Copy full SHA for 1dc14ce
fix/merge 解决冲突
kvnZero
committed
24fc7f1
Copy full SHA for 24fc7f1
Pagination
Previous
Next
You can’t perform that action at this time.