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

fix to sqlRawSql #798

Merged
merged 1 commit into from
Jul 14, 2023
Merged

fix to sqlRawSql #798

merged 1 commit into from
Jul 14, 2023

Conversation

donardo
Copy link
Contributor

@donardo donardo commented Jul 13, 2023

Laravel was updated to allow new functions like toRawSql(), but, for this, the reference for the connection should be set in grammars. This update does this, based on MySQL and other standard drivers.

Reference's Link:
https://github.com/laravel/framework/blob/3cd9bcb25dbfb4e70c9b96dd5b9c2ce109583217/src/Illuminate/Database/MySqlConnection.php#L46

https://github.com/laravel/framework/blob/3cd9bcb25dbfb4e70c9b96dd5b9c2ce109583217/src/Illuminate/Database/MySqlConnection.php#L72

@yajra yajra merged commit 321eae1 into yajra:10.x Jul 14, 2023
2 checks passed
@yajra
Copy link
Owner

yajra commented Jul 14, 2023

Released on v10.3.2 🚀 Thanks!

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.

2 participants