Commit dbf733bf by Carsten Brandt

added TODO message

parent 2105f092
...@@ -203,6 +203,8 @@ class QueryBuilder extends \yii\base\Object ...@@ -203,6 +203,8 @@ class QueryBuilder extends \yii\base\Object
return count($parts) === 1 ? $parts[0] : ['and' => $parts]; return count($parts) === 1 ? $parts[0] : ['and' => $parts];
} }
// TODO implement these methods correctly
private function buildNotCondition($operator, $operands, &$params) private function buildNotCondition($operator, $operands, &$params)
{ {
if (count($operands) != 1) { if (count($operands) != 1) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment