wp-orm icon indicating copy to clipboard operation
wp-orm copied to clipboard

✨ WordPress ORM with Eloquent, an object-relational mapper that makes it enjoyable to interact with your database.

Results 20 wp-orm issues
Sort by recently updated
recently updated
newest added

I'm encountering an issue when trying to use `DB::raw`. The error message indicates a problem with the facade root not being set. ```php //... use Illuminate\Support\Facades\DB; //... TestStat::upsert( [[ 'test_id'...

bug
enhancement
v4

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [illuminate/database](https://laravel.com) ([source](https://redirect.github.com/illuminate/database)) | `^10.0` -> `^11.0` | [![age](https://developer.mend.io/api/mc/badges/age/packagist/illuminate%2fdatabase/11.22.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) |...

dependencies

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [phpunit/phpunit](https://phpunit.de/) ([source](https://redirect.github.com/sebastianbergmann/phpunit)) | `^9.6` -> `^11.0` | [![age](https://developer.mend.io/api/mc/badges/age/packagist/phpunit%2fphpunit/11.3.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) |...

dependencies
v4

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [robmorgan/phinx](https://phinx.org) ([source](https://redirect.github.com/cakephp/phinx)) | `^0.12.5` -> `^0.16.0` | [![age](https://developer.mend.io/api/mc/badges/age/packagist/robmorgan%2fphinx/0.16.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) |...

dependencies

Support Custom comment type

enhancement
v4

https://github.com/dimitriBouteille/wp-orm/issues/17#issuecomment-1980829026 --- @dimitriBouteille one more thing, deleteOrFail() open transaction internally and at the moment transaction is opened but it is never closed. public function deleteOrFail() { if (! $this->exists) {...

bug
v4

Replace `robmorgan/phinx` by custom migration tool. The migration system should ideally take over the same logic and functionality as what is proposed by [Laravel](https://laravel.com/docs/11.x/migrations). - Create migration - Run migration...

Feature
Development
v5

Following this issue https://github.com/dimitriBouteille/wp-orm/issues/18, the `robmorgan/phinx` package must be passed as suggest :rocket:

enhancement
v4

This is not a PR. You can discover problems in tests with the help of `php-stubs/wordpress-tests-stubs`.

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | mysql | service | major | `8.4` -> `9.0` | ---...

dependencies