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 was trying the joinWhere method [#294] but it wasn't working as expected [#513] so i took a look at the code and realized that the table prefix isn't used [#513]. This affects at _buildJoin() because in the condition if (!empty($this->_joinAnd) && isset($this->_joinAnd[$joinStr])) { the $joinStr has the prefix.
_buildJoin()
if (!empty($this->_joinAnd) && isset($this->_joinAnd[$joinStr])) {
$joinStr
The text was updated successfully, but these errors were encountered:
FIX ThingEngineer#800 joinWhere() not using $prefix
f898f62
e56680a
eaf1f6c
No branches or pull requests
I was trying the joinWhere method [#294] but it wasn't working as expected [#513] so i took a look at the code and realized that the table prefix isn't used [#513]. This affects at
_buildJoin()
because in the conditionif (!empty($this->_joinAnd) && isset($this->_joinAnd[$joinStr])) {
the$joinStr
has the prefix.The text was updated successfully, but these errors were encountered: