We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 27aa4a8 + 78ddfa3 commit 1787d18Copy full SHA for 1787d18
lib/SQLBuilder.php
@@ -291,7 +291,6 @@ private function prepend_table_name_to_fields($hash=array())
291
292
private function apply_where_conditions($args)
293
{
294
- require_once 'Expressions.php';
295
$num_args = count($args);
296
297
if ($num_args == 1 && is_hash($args[0]))
@@ -345,7 +344,6 @@ private function build_delete()
345
344
346
private function build_insert()
347
348
349
$keys = join(',',$this->quoted_key_names());
350
351
if ($this->sequence)
@@ -419,4 +417,4 @@ private function quoted_key_names()
419
417
420
418
return $keys;
421
}
422
-}
+}
0 commit comments