Skip to content

Tags: sashashura/database

Tags

v9.43.0

Toggle v9.43.0's commit message
Add support for eager loading specific columns to withWhereHas (#45168)

* Add eager loading specific columns support to withWhereHas

* Add tests

v9.42.2

Toggle v9.42.2's commit message
[9.x] Address Dynamic Relation Resolver inconsiency issue with extend…

…ed Models (#45122)

* laravel/framework#44741 - Address Dynamic Relation Resolver inconsistency issue with extended Models

* style fixes

v9.42.1

Toggle v9.42.1's commit message
[9.x] Address Dynamic Relation Resolver inconsiency issue with extend…

…ed Models (#45122)

* laravel/framework#44741 - Address Dynamic Relation Resolver inconsistency issue with extended Models

* style fixes

v9.42.0

Toggle v9.42.0's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Fix factory breaking when trying to determine whether a relation is e…

…mpty (#45135)

v9.41.0

Toggle v9.41.0's commit message
fix (#45044)

v9.40.1

Toggle v9.40.1's commit message
[9.x] Use write connection on Schema::getColumnListing() and Schema::…

…hasTable() for MySQL and PostgreSQL (#44946)

* [9.x] Use write connection on Schema::hasColumn() and Schema::hasTable()

* add tests

* fix more tests

* clean up unused imports

Co-authored-by: 尾山貴康 <[email protected]>

v9.40.0

Toggle v9.40.0's commit message
[9.x] Use write connection on Schema::getColumnListing() and Schema::…

…hasTable() for MySQL and PostgreSQL (#44946)

* [9.x] Use write connection on Schema::hasColumn() and Schema::hasTable()

* add tests

* fix more tests

* clean up unused imports

Co-authored-by: 尾山貴康 <[email protected]>

v9.39.0

Toggle v9.39.0's commit message
Handle SQLite without ENABLE_DBSTAT_VTAB enabled. Fixes #44860 (#44867)

v9.38.0

Toggle v9.38.0's commit message
Make `migrate` command isolated (#44743)

* Add Isolated interface to `migrate` command

* Add CommandMutex with cache implementation

* Remove typehints in favor of docblocks

* Apply StyleCI

* Add support for releasing lock again

* fix db migrate command tests

* cleanup

* Add `--isolated` flag to command

* rename file. formatting

* allow exit code

* fix option

* fix order

Co-authored-by: Taylor Otwell <[email protected]>

v9.37.0

Toggle v9.37.0's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Document that from subquery may be built using eloquent builders (#44…

…705)