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: set table prefix on query grammar #74

Merged
merged 3 commits into from
Feb 26, 2024
Merged

Conversation

erikgaal
Copy link
Contributor

Using a table_prefix only works in migrations, and not in other queries.

Looks like we're missing a setTablePrefix here.

@tpetry tpetry merged commit 0212619 into tpetry:master Feb 26, 2024
23 of 24 checks passed
@tpetry
Copy link
Owner

tpetry commented Feb 26, 2024

Thanks for the fix! That was a very embarassing finding of you because I was the one making that change in the Laravel core and missed adding it to my own library too... 😅

@tpetry
Copy link
Owner

tpetry commented Feb 26, 2024

This is now live with 0.35.0

@erikgaal erikgaal deleted the patch-1 branch February 26, 2024 11:43
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