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

leftJoin prefix #51

Open
Dup13x opened this issue Dec 20, 2018 · 0 comments
Open

leftJoin prefix #51

Dup13x opened this issue Dec 20, 2018 · 0 comments

Comments

@Dup13x
Copy link

Dup13x commented Dec 20, 2018

Hello.
It is not very convenient to work with the table prefix.
When you do DB::table ('posts') you do not have to specify a prefix when you make this request. But if you do ->leftJoin ('wp_postmeta') you have to specify a table prefix and a field prefix.
I think this will lead to many mistakes. It's easier to specify this prefix in the request.

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

No branches or pull requests

1 participant