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

Add support for Grammar's escape function #4

Merged
merged 2 commits into from
Jan 23, 2024

Conversation

Uyan712
Copy link
Contributor

@Uyan712 Uyan712 commented Jan 23, 2024

Since version 10.13, Laravel has introduced the Illuminate\Database\Grammar::escape function to retrieve raw SQL strings. (#46558, #47507
With this change, the Grammar class now requires a connection instance, and this update ensures that requirement is met.

@Uyan712 Uyan712 force-pushed the feat/db-expressions-escape branch from 37557fc to fff6858 Compare January 23, 2024 06:13
@halnique halnique merged commit 68a5531 into colopl:main Jan 23, 2024
@Uyan712 Uyan712 deleted the feat/db-expressions-escape branch January 23, 2024 07:04
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.

4 participants