mirror of
https://github.com/dg/dibi.git
synced 2025-08-11 16:44:30 +02:00
all file names correspond with class name
This commit is contained in:
@@ -218,7 +218,7 @@ final class DibiTranslator extends DibiObject
|
||||
|
||||
} else {
|
||||
$v = $this->formatValue($v, $pair[1]);
|
||||
if ($pair[1] === 'l' || $pair[1] === 'in') {
|
||||
if ($pair[1] === 'l' || $pair[1] === 'in') {
|
||||
$op = 'IN ';
|
||||
} elseif (strpos($pair[1], 'like') !== FALSE) {
|
||||
$op = 'LIKE ';
|
||||
|
Reference in New Issue
Block a user