remove dead code
This commit is contained in:
parent
6c223d16bd
commit
a4ff796b35
1 changed files with 0 additions and 13 deletions
|
@ -111,19 +111,6 @@ class Database
|
|||
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
|
||||
{
|
||||
if (is_null($this->engine)) {
|
||||
|
|
Reference in a new issue