mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-26 03:22:37 +02:00
[ticket/10296] Fix CROSS JOIN with INNER JOIN on MSSQL, Postgres and Oracle
PHPBB3-10296
This commit is contained in:
@@ -609,7 +609,7 @@ class dbal
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
$sql .= $this->_sql_custom_build('FROM', implode(', ', $table_array));
|
$sql .= $this->_sql_custom_build('FROM', implode(' CROSS JOIN ', $table_array));
|
||||||
|
|
||||||
if (!empty($array['LEFT_JOIN']))
|
if (!empty($array['LEFT_JOIN']))
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user