forked from Cavemanon/cavepaintings
Revert "different hack for old sqlite"
This reverts commit 634124e17fd036575273eb93f6917ae35e24fcf8.
This commit is contained in:
@ -217,7 +217,6 @@ class SQLite extends DBEngine
|
||||
$data = str_replace(SCORE::BOOL_Y, "'$this->BOOL_Y'", $data);
|
||||
$data = str_replace(SCORE::BOOL_N, "'$this->BOOL_N'", $data);
|
||||
$data = str_replace(SCORE::BOOL, "CHAR(1)", $data);
|
||||
$data = str_replace("DEFAULT FALSE", "DEFAULT 0", $data);
|
||||
return $data;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user