We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I'm getting errors when I have a join on my Model. I'd recommend adding the table's prefix:
$builder->orderBy($this->table . '.' . $this->primaryKey, 'asc');
https://github.com/bcit-ci/CodeIgniter4/blob/1b8c4914e139f6bb20a4b949e019c4412a00c053/system/Model.php#L422
The text was updated successfully, but these errors were encountered:
The find method also could use the table prefix on lines 316 and 322.
Sorry, something went wrong.
My time's extremely limited right now due to work. In the future - Pull Requests are a much faster way of getting these changes incorporated.
f677b45
No branches or pull requests
I'm getting errors when I have a join on my Model. I'd recommend adding the table's prefix:
https://github.com/bcit-ci/CodeIgniter4/blob/1b8c4914e139f6bb20a4b949e019c4412a00c053/system/Model.php#L422
The text was updated successfully, but these errors were encountered: