Skip to content

Commit

Permalink
fix(query): postgresql specific explain output now also for eloquent
Browse files Browse the repository at this point in the history
For enhanced explain output of Eloquent queries changes to laravel had been required. My pull request laravel/framework#40075 has been merged and released with Laravel 8.77. The version dependency has therefore been increased to make use of it.
  • Loading branch information
tpetry committed Dec 22, 2021
1 parent be2d643 commit f89329f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.7.1] - 2021-12-22
### Fixed
* PostgreSQL specific explain output on Eloquent\Builder instances

## [0.7.0] - 2021-12-16
### Added
* PostgreSQL specific explain output on Query\Builder instances
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"php": "^8.0",
"doctrine/dbal": "^2.6|^3.0",
"illuminate/container": "^6.0|^7.0|^8.0",
"illuminate/database": "^6.0|^7.0|^8.62",
"illuminate/database": "^6.0|^7.0|^8.77",
"illuminate/events": "^6.0|^7.0|^8.0",
"illuminate/support": "^6.0|^7.0|^8.0"
},
Expand Down

0 comments on commit f89329f

Please sign in to comment.