1
0
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:
David Grudl
2010-01-23 05:25:17 +01:00
parent bb40e28eb8
commit fa0b146f67
2 changed files with 6 additions and 5 deletions

View File

@@ -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',