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

[11.x] feature/coalesce #51975

Closed
wants to merge 10 commits into from
Closed

[11.x] feature/coalesce #51975

wants to merge 10 commits into from

Conversation

rmunate
Copy link
Contributor

@rmunate rmunate commented Jul 1, 2024

Hello devs,

I propose adding the COALESCE function to Laravel, which would be an excellent addition. COALESCE is a standard SQL tool widely used across different databases like Oracle, MySQL, and others. By integrating it into Laravel, it helps maintain clean and understandable code for developers familiar with standard SQL. Adding COALESCE to Laravel would enhance the development experience by adhering to recognized standards and simplifying the handling of null data in our queries.

$value = coalesce($var1, $var2, $var3, ....);

@rmunate rmunate changed the title feature/coalesce [11.x] feature/coalesce Jul 1, 2024
@rmunate rmunate closed this Jul 1, 2024
@rmunate rmunate deleted the feature/coalesce branch July 1, 2024 17:53
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.

1 participant