Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[5.5] fix(13909): fixed update_at column is ambiguous-column by qualifying … #26017

Closed
wants to merge 1 commit into from
Closed

[5.5] fix(13909): fixed update_at column is ambiguous-column by qualifying … #26017

wants to merge 1 commit into from

Conversation

nickshatilo
Copy link
Contributor

Fixes the #13909 issue for the 5.5 version.

@taylorotwell
Copy link
Member

Tests break on PHP 7.2.

$values, $this->model->getUpdatedAtColumn(),
$this->model->freshTimestampString()
);
if (count($this->getQuery()->joins) > 0) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Like this is the PHP 7.2 break in case joins is e.g. null?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@mfn Yep. Fixed in another PR

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants