|
@@ -494,6 +494,7 @@ class DedeSqlite |
|
|
$this->queryString = preg_replace("/Show Tables/i", "SELECT name FROM sqlite_master WHERE type = \"table\"", $this->queryString);
|
|
|
$this->queryString = preg_replace("/Show Tables/i", "SELECT name FROM sqlite_master WHERE type = \"table\"", $this->queryString);
|
|
|
$this->queryString = str_replace("\'", "\"", $this->queryString);
|
|
|
$this->queryString = str_replace("\'", "\"", $this->queryString);
|
|
|
$this->queryString = str_replace('\t\n', "", $this->queryString);
|
|
|
$this->queryString = str_replace('\t\n', "", $this->queryString);
|
|
|
|
|
|
$this->queryString = str_ireplace('rand', 'RANDOM', $this->queryString);
|
|
|
//var_dump($this->queryString);
|
|
|
//var_dump($this->queryString);
|
|
|
}
|
|
|
}
|
|
|
function SetSql($sql)
|
|
|
function SetSql($sql)
|
|
|