@@ -137,6 +137,10 @@ discard block |
||
| 137 | 137 | return $this->createRequest($query); |
| 138 | 138 | } |
| 139 | 139 | |
| 140 | + /** |
|
| 141 | + * @param string $action |
|
| 142 | + * @param string $table |
|
| 143 | + */ |
|
| 140 | 144 | public function createQuery($action, $table, array $options = []) |
| 141 | 145 | { |
| 142 | 146 | $class = $this->db->queryClass; |
@@ -287,6 +291,9 @@ discard block |
||
| 287 | 291 | return [$key . '_' . $operator => reset($operands)]; |
| 288 | 292 | } |
| 289 | 293 | |
| 294 | + /** |
|
| 295 | + * @param \Countable $columns |
|
| 296 | + */ |
|
| 290 | 297 | protected function buildCompositeInCondition($operator, $columns, $values) |
| 291 | 298 | { |
| 292 | 299 | throw new NotSupportedException('composite in is not supported by HiArt.'); |