-
Notifications
You must be signed in to change notification settings - Fork 11.2k
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
L8.45 - Undefined index: column #37581
Comments
Same problem here, locking at 8.44 until this is fixed, I'm sure it'll be quick. |
Will revert that change now. |
hi @rentalhost, @toyi , |
@Javdu10 I could not reproduces it now, but by checking my source code, maybe it is related to |
@Javdu10 I was about to dig in to reproduce this bug but it seems you found a fix :) |
Ohh that makes sense! I've added an isset(), so it should work properly now, I wasn't aware of this edge case, thank you! |
* Columns in the order by list must be unique MySql is ok with it, but SqlServer error out. See a similar issue here: laravel/nova-issues#1621 * override with next call * Update Builder.php * fix: "undefined index: column" from #37581 * add a regression test Co-authored-by: Taylor Otwell <[email protected]>
Description:
After update Laravel from 8.44 to 8.45 I am receiving this error: "undefined index: column". It happens here:
7ad6ba2#diff-2ed94a0ea151404a12f3c0d52ae9fb5742348578ec4a8ff79d079fa598ff145dR1988
Steps To Reproduce:
The text was updated successfully, but these errors were encountered: