mirror of
https://github.com/dg/dibi.git
synced 2025-08-11 08:34:59 +02:00
DibiTranslator: empty arrays DO NOT generate NULL (BC break!) & added array modifier %in
This commit is contained in:
@@ -33,7 +33,7 @@ class DibiFluent extends DibiObject implements IDataSource
|
||||
public static $modifiers = array(
|
||||
'SELECT' => '%n',
|
||||
'FROM' => '%n',
|
||||
'IN' => '%l',
|
||||
'IN' => '%in',
|
||||
'VALUES' => '%l',
|
||||
'SET' => '%a',
|
||||
'WHERE' => '%and',
|
||||
|
Reference in New Issue
Block a user