diff options
Diffstat (limited to 'src/Components/JoinKeyword.php')
-rw-r--r-- | src/Components/JoinKeyword.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Components/JoinKeyword.php b/src/Components/JoinKeyword.php index ac2fa02..2a7693e 100644 --- a/src/Components/JoinKeyword.php +++ b/src/Components/JoinKeyword.php @@ -35,7 +35,9 @@ class JoinKeyword extends Component 'INNER JOIN' => 'INNER', 'JOIN' => 'JOIN', 'LEFT JOIN' => 'LEFT', + 'LEFT OUTER JOIN' => 'LEFT', 'RIGHT JOIN' => 'RIGHT', + 'RIGHT OUTER JOIN' => 'RIGHT', ); /** |