4.7.0
·
18 commits
to 4.7
since this release
This release improves the compatibility with introspection features provided by Laravel (commands db:show and db:table) and the package barryvdh/laravel-ide-helper.
What's Changed
New Features
- Add
Connection::getServerVersion()by @GromNaN in #3043 - Add Schema
getTables()by @GromNaN in #3044 - Add Schema
getColumns()andgetIndexes()by @GromNaN in #3045 - Add Schema
hasColumn()andhasColumns()method by @Alex-Belyi in #3001 - Add
Query\Builder::upsert()by @GromNaN in #3053
Fixed
New Contributors
- @mcmorisi made their first contribution in #3036
- @Alex-Belyi made their first contribution in #3001
Full Changelog: 4.6.0...4.7.0