Get SQLite:scoreql_to_sql to return something
This commit is contained in:
parent
06832bae48
commit
c9491ad714
1 changed files with 1 additions and 0 deletions
|
@ -147,6 +147,7 @@ class SQLite extends DBEngine {
|
|||
$data = str_replace("SCORE_NOW", "\"1970-01-01\"", $data);
|
||||
$data = str_replace("SCORE_STRNORM", "", $data);
|
||||
$data = str_replace("SCORE_ILIKE", "LIKE", $data);
|
||||
return $data;
|
||||
}
|
||||
|
||||
public function create_table_sql($name, $data) {
|
||||
|
|
Reference in a new issue