Skip to content

Tags: yangs1/database

Tags

v5.4.27

Toggle v5.4.27's commit message
 update timestamp on soft delete only when its used (#19627)

v5.4.19

Toggle v5.4.19's commit message
 some refactoring on ELoquent builder (#18775)

v5.4.17

Toggle v5.4.17's commit message
Revert overly broad return type (#18625)

Revert an overly broad return type hint, to a more specific one. Helps developer work flow by not breaking IDE autocomplete on chaining.

v5.4.13

Toggle v5.4.13's commit message
Update HasRelations::morphInstanceTo() (#18058)

I changed this line so that the static method getActualClassNameForMorph can be overridden.
In my case, the morph relationship is idetified by integers, so I rewrote the static method getActualClassNameForMorph.

v5.4.9

Toggle v5.4.9's commit message
Low-hanging optimization in Eloquent model (#17739)

v5.4.0

Toggle v5.4.0's commit message
ErrorException: Undefined variable: result (#17496)

Typo in Illuminate/Database/Eloquent/FactoryBuilder.php:118

v5.3.23

Toggle v5.3.23's commit message
fix formatting

v5.3.16

Toggle v5.3.16's commit message
[5.3] Fix bindings for has queries (#15740)

* Fix has bindings

* StyleCI

* Fix id reference

v5.3.4

Toggle v5.3.4's commit message
Parameter acceptable values (#15025)

orWhere() accepts Closure as first parameter. Example - https://laravel.com/docs/5.3/queries#parameter-grouping

v5.2.45

Toggle v5.2.45's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Backported eloquent builder bugfix