wp-orm
wp-orm copied to clipboard
✨ WordPress ORM with Eloquent, an object-relational mapper that makes it enjoyable to interact with your database.
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'...
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` | [](https://docs.renovatebot.com/merge-confidence/) |...
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` | [](https://docs.renovatebot.com/merge-confidence/) |...
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` | [](https://docs.renovatebot.com/merge-confidence/) |...
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) {...
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...
Following this issue https://github.com/dimitriBouteille/wp-orm/issues/18, the `robmorgan/phinx` package must be passed as suggest :rocket:
This is not a PR. You can discover problems in tests with the help of `php-stubs/wordpress-tests-stubs`.
[](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | mysql | service | major | `8.4` -> `9.0` | ---...