Skip to content

Commit 471fa6f

Browse files
committed
Merge branch 'v4' into newmaster
2 parents a22b1a1 + ba706c9 commit 471fa6f

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

lib/ezFunctions.php

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -292,11 +292,7 @@ function notBetween($x, $y, $y2, ...$args)
292292
\array_push($expression, $x, \_notBETWEEN, $y, $y2, ...$args);
293293
return $expression;
294294
}
295-
296-
function setQuery($ezSQL = null) {
297-
\setQuery($ezSQL);
298-
}
299-
295+
300296
/**
301297
* Using global class instances, setup functions to call class methods directly.
302298
*

tests/ezSchemaTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,4 +123,4 @@ public function testVendor_Sqlsrv()
123123
$object->quick_connect(self::TEST_DB_USER, self::TEST_DB_PASSWORD, self::TEST_DB_NAME);
124124
$this->assertEquals(MSSQL, ezSchema::vendor());
125125
}
126-
}
126+
}

0 commit comments

Comments
 (0)