mirror of
https://github.com/dg/dibi.git
synced 2025-08-08 07:06:52 +02:00
DibiFluent: allowed multiple ->from('table')
This commit is contained in:
@@ -60,7 +60,7 @@ class DibiFluent extends DibiObject implements IDataSource
|
|||||||
/** @var array clauses separators */
|
/** @var array clauses separators */
|
||||||
public static $separators = array(
|
public static $separators = array(
|
||||||
'SELECT' => ',',
|
'SELECT' => ',',
|
||||||
'FROM' => FALSE,
|
'FROM' => ',',
|
||||||
'WHERE' => 'AND',
|
'WHERE' => 'AND',
|
||||||
'GROUP BY' => ',',
|
'GROUP BY' => ',',
|
||||||
'HAVING' => 'AND',
|
'HAVING' => 'AND',
|
||||||
|
Reference in New Issue
Block a user