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
Sorry for my english
In this code:
$qb = static::query() ->columns('Model\Sale.*, game.*, user.*') ->innerJoin('Model\Game', 'game.id = Model\Sale.game_id', 'game') ->innerJoin('Model\User', 'user.id = Model\Sale.user_id', 'user'); if ($activeOnly) $qb->andWhere('Model\Sale.is_active = true'); return $qb->execute();
I get:
Unknown model or alias 'game' (2), when preparing: SELECT Model\Sale.*, game.*, user.* FROM [Model\Sale] WHERE Model\Sale.is_active = true
The text was updated successfully, but these errors were encountered:
Phalcon 1.3.0 or 1.2.3/1.2.4?
Sorry, something went wrong.
1.2.3 (master)
Merge pull request #1328 from sjinks/issue-1327
42a4f37
[1.3.0] Fix #1327
e2abf39
No branches or pull requests
Sorry for my english
In this code:
I get:
The text was updated successfully, but these errors were encountered: