mirror of
https://github.com/dg/dibi.git
synced 2025-08-06 22:26:43 +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 */
|
||||
public static $separators = array(
|
||||
'SELECT' => ',',
|
||||
'FROM' => FALSE,
|
||||
'FROM' => ',',
|
||||
'WHERE' => 'AND',
|
||||
'GROUP BY' => ',',
|
||||
'HAVING' => 'AND',
|
||||
|
Reference in New Issue
Block a user