remove dead code
This commit is contained in:
parent
6c223d16bd
commit
a4ff796b35
@ -111,19 +111,6 @@ class Database
|
|||||||
return $this->engine->scoreql_to_sql($input);
|
return $this->engine->scoreql_to_sql($input);
|
||||||
}
|
}
|
||||||
|
|
||||||
public function scoresql_value_prepare($input)
|
|
||||||
{
|
|
||||||
if (is_null($this->engine)) {
|
|
||||||
$this->connect_engine();
|
|
||||||
}
|
|
||||||
if ($input===true) {
|
|
||||||
return $this->engine->BOOL_Y;
|
|
||||||
} elseif ($input===false) {
|
|
||||||
return $this->engine->BOOL_N;
|
|
||||||
}
|
|
||||||
return $input;
|
|
||||||
}
|
|
||||||
|
|
||||||
public function get_driver_name(): string
|
public function get_driver_name(): string
|
||||||
{
|
{
|
||||||
if (is_null($this->engine)) {
|
if (is_null($this->engine)) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user