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 }}
Uh oh!
There was an error while loading.
Please reload this page
.
opencodeco
/
hyperf-database
Public
forked from
hyperf/database
Notifications
You must be signed in to change notification settings
Fork
1
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
Branch selector
master
User selector
All users
Datepicker
All time
Commit history
Commits on Sep 20, 2024
Merge pull request #1 from hyperf/master
Show description for 7b99cbe
luizmanhani
authored
7b99cbe
View commit details
Copy full SHA for 7b99cbe
Browse repository at this point
Commits on Sep 19, 2024
Optimized the version of requirement for `hyperf/database`.
devin515
authored
1d03fba
View commit details
Copy full SHA for 1d03fba
Browse repository at this point
Added `ModelUpdateVisitor::getReturnType` method (#7077)
huangdijia
authored
4fa43c2
View commit details
Copy full SHA for 4fa43c2
Browse repository at this point
Added `Hyperf\Database\Schema\Schema::getForeignKeys()`. (#7059)
Show description for c156598
zds-s
and
limingxinleo
authored
c156598
View commit details
Copy full SHA for c156598
Browse repository at this point
Commits on Sep 13, 2024
Support db type `enum` for `DoctrineConnection`. (#7064)
littlezo
authored
7b91969
View commit details
Copy full SHA for 7b91969
Browse repository at this point
Commits on Sep 12, 2024
Fix the priority of the database parameter in the hyperf migrate command (#7051)
Show description for bf2080b
sidneypp
and
sy-records
authored
bf2080b
View commit details
Copy full SHA for bf2080b
Browse repository at this point
Commits on Sep 6, 2024
fix: --database option in migrate command
sidneypp
committed
2ac6c65
View commit details
Copy full SHA for 2ac6c65
Browse repository at this point
Commits on Sep 5, 2024
Optimized the argument `table` like `database.table` for `gen:model` which can be used to generate another database models. (#7044)
Show description for 161755c
devin515
and
hexiangyu
authored
161755c
View commit details
Copy full SHA for 161755c
Browse repository at this point
Commits on Aug 29, 2024
Added methods `whenTableHasColumn` and `whenTableDoesntHaveColumn` to `\Hyperf\Database\Schema\Schema` (#7024)
zds-s
authored
1c2d1e0
View commit details
Copy full SHA for 1c2d1e0
Browse repository at this point
Commits on Aug 23, 2024
Feat: add reorder method to clear and set sorting (#7016)
people-sea
authored
5e1bd42
View commit details
Copy full SHA for 5e1bd42
Browse repository at this point
Commits on Aug 21, 2024
Added methods `whereNone` and `orWhereNone` to `Hyperf\Database\Query\Builder` (#7015)
Show description for f81983c
zds-s
and
limingxinleo
authored
f81983c
View commit details
Copy full SHA for f81983c
Browse repository at this point
Commits on Aug 16, 2024
Use `anonymous classes` to avoid the duplicated class name for database migrations. (#6839)
Show description for 3ba6e75
3 people
authored
3ba6e75
View commit details
Copy full SHA for 3ba6e75
Browse repository at this point
Commits on Aug 8, 2024
Format code (#6994)
limingxinleo
authored
0f7afbd
View commit details
Copy full SHA for 0f7afbd
Browse repository at this point
Commits on Jul 31, 2024
Optimized phpdoc & code (#6976)
rookiexxk
authored
ceeb86f
View commit details
Copy full SHA for ceeb86f
Browse repository at this point
Commits on Jul 22, 2024
Optimized `Model/JsonResource::toJson` (#6963)
huangdijia
authored
ce2b2b7
View commit details
Copy full SHA for ce2b2b7
Browse repository at this point
Commits on Jul 19, 2024
Added test cases for saving `Null`. (#6960)
limingxinleo
authored
4653e6c
View commit details
Copy full SHA for 4653e6c
Browse repository at this point
Fixed bug that the connection cannot reconnect to the server in a situation where there was a failover and exchange of read and write hosts.
enicioli
authored
0f75349
View commit details
Copy full SHA for 0f75349
Browse repository at this point
Commits on Jul 15, 2024
Support `where bit functions and operators` for `database`. (#6950)
Show description for 0e1d0fa
littlezo
and
limingxinleo
authored
0e1d0fa
View commit details
Copy full SHA for 0e1d0fa
Browse repository at this point
Commits on Jun 19, 2024
Added method `\Hyperf\Database\Model\Model::updateOrFail` (#6884)
Show description for 69d10f5
zds-s
and
limingxinleo
authored
69d10f5
View commit details
Copy full SHA for 69d10f5
Browse repository at this point
Commits on Jun 18, 2024
Added methods `getIndexes` `hasIndex` and `getIndexListing` into `Hyperf\Database\Schema\Builder`. (#6883)
zds-s
authored
0375a4e
View commit details
Copy full SHA for 0375a4e
Browse repository at this point
Added methods `whereMorphRelation` and `orWhereMorphRelation` into `Hyperf\Database\Model\Concerns\QueriesRelationships` (#6878)
zds-s
authored
3286a38
View commit details
Copy full SHA for 3286a38
Browse repository at this point
Commits on Jun 17, 2024
Added composer.json normalize support (#6887)
huangdijia
authored
d47efcb
View commit details
Copy full SHA for d47efcb
Browse repository at this point
Commits on Jun 15, 2024
Format code (#6882)
limingxinleo
authored
19347dd
View commit details
Copy full SHA for 19347dd
Browse repository at this point
Added schema unit tests (#6877)
zds-s
authored
bc70c66
View commit details
Copy full SHA for bc70c66
Browse repository at this point
Commits on Jun 14, 2024
Optimized the format of command error logs. (#6829)
xuanyanwow
authored
b1004eb
View commit details
Copy full SHA for b1004eb
Browse repository at this point
Support type `Closure|Expression|ModelBuilder|static|string` of `$column` for `QueryBuilder::orderBy()`. (#6868)
Show description for 5097434
littlezo
and
limingxinleo
authored
5097434
View commit details
Copy full SHA for 5097434
Browse repository at this point
Updated default path to factories in Model Factory construct method (#6870)
huangdijia
authored
1224951
View commit details
Copy full SHA for 1224951
Browse repository at this point
Added method `Hyperf\Database\Concerns\Builder::eachById`. (#6876)
zds-s
authored
f08d10a
View commit details
Copy full SHA for f08d10a
Browse repository at this point
Commits on Jun 13, 2024
Added methods `getViews` and `hasView` into `Hyperf\Database\Schema\Schema`. (#6864)
zds-s
authored
354c7f0
View commit details
Copy full SHA for 354c7f0
Browse repository at this point
Removed BuildsQueries::chunkById (#6867)
zds-s
authored
8d2b1b1
View commit details
Copy full SHA for 8d2b1b1
Browse repository at this point
Added method `Hyperf\Database\Concerns\BuildsQueries::lazy` (#6866)
zds-s
authored
b5a6133
View commit details
Copy full SHA for b5a6133
Browse repository at this point
Added `hyperf/paginator` to suggest (#6865)
Show description for b72320b
rookiexxk
and
huangdijia
authored
b72320b
View commit details
Copy full SHA for b72320b
Browse repository at this point
Commits on Jun 12, 2024
Added methods `makeHiddenIf` and `makeVisibleIf` to `\Hyperf\Database\Model\Concerns\HidesAttributes` (#6858)
zds-s
authored
18aae4b
View commit details
Copy full SHA for 18aae4b
Browse repository at this point
Added methods `orDoesntHaveMorph` and `orHasMorph` into `Hyperf\Database\Model\Concerns`. (#6851)
zds-s
authored
b863461
View commit details
Copy full SHA for b863461
Browse repository at this point
Unify the Implementation of `when` and `unless` methods in \Hyperf\Scout\Builder (#6856)
zds-s
authored
ebaef40
View commit details
Copy full SHA for ebaef40
Browse repository at this point
Previous
Next
You can’t perform that action at this time.